[NotNullAttribute]
public EndCollectionNode EndNode { get; }
<NotNullAttribute>
Public ReadOnly Property EndNode As EndCollectionNode
Get
public:
[NotNullAttribute]
property EndCollectionNode^ EndNode {
EndCollectionNode^ get ();
}
[<NotNullAttribute>]
member EndNode : EndCollectionNode with get