GCListDescendants Property |
[Missing <summary> documentation for "P:DXMLBase.Gcv.GCList.Descendants"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual IEnumerable<GCValue> Descendants { get; }
Public Overridable ReadOnly Property Descendants As IEnumerable(Of GCValue)
Get
public:
virtual property IEnumerable<GCValue^>^ Descendants {
IEnumerable<GCValue^>^ get ();
}
abstract Descendants : IEnumerable<GCValue> with get
override Descendants : IEnumerable<GCValue> with get
Property Value
Type:
IEnumerableGCValueImplements
IGCOwnerDescendants
See Also