 | GenericTreeTChildren property |
List of the children of a node.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic Cunning<T> Children { get; set; }
Public Property Children As Cunning(Of T)
Get
Set
public:
property Cunning<T>^ Children {
Cunning<T>^ get ();
void set (Cunning<T>^ value);
}
member Children : Cunning<'T> with get, set
Property value
CunningT
See also