public BBCodeNode[] Children { get; }
Public ReadOnly Property Children As BBCodeNode()
Get
Dim instance As BBCodeNode
Dim value As BBCodeNode()
value = instance.Children
public:
property array<BBCodeNode^>^ Children {
array<BBCodeNode^>^ get ();
}
member Children : BBCodeNode[] with get
No code example is currently available or this language may not be supported.