IGCOwnerDescendants Property |
[Missing <summary> documentation for "P:DXMLBase.Gcv.IGCOwner.Descendants"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIEnumerable<GCValue> Descendants { get; }
ReadOnly Property Descendants As IEnumerable(Of GCValue)
Get
property IEnumerable<GCValue^>^ Descendants {
IEnumerable<GCValue^>^ get ();
}
abstract Descendants : IEnumerable<GCValue> with get
Property Value
Type:
IEnumerableGCValue
See Also