[Missing <summary> documentation for "P:RCLibrary.RCLinkedList`1.Last"]
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public RCLinkedListNode<T> Last { get; } |
Visual Basic |
---|
Public ReadOnly Property Last As RCLinkedListNode(Of T) Get |
Visual C++ |
---|
public: property RCLinkedListNode<T>^ Last { RCLinkedListNode<T>^ get (); } |