LinkList<T>.Last Property
Public ReadOnly Property Last() As LinkListNode(Of T)
This language is not supported or no code example is available.
public LinkListNode<T> Last {get;}
This language is not supported or no code example is available.
public:
property LinkListNode<T^>^ Last {
LinkListNode<T^>^ get( );
}
This language is not supported or no code example is available.