 | XmlWrapperListList Property |
Gets the list.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic List<ITask> List { get; }
Public ReadOnly Property List As List(Of ITask)
Get
public:
property List<ITask^>^ List {
List<ITask^>^ get ();
}
member List : List<ITask> with get
Property Value
Type:
ListITask
See Also