public CollectionNode Collection { get; }
Public ReadOnly Property Collection As CollectionNode
Get
public:
virtual property CollectionNode^ Collection {
CollectionNode^ get () sealed;
}
abstract Collection : CollectionNode with get
override Collection : CollectionNode with get