Gets or sets the last item in the list. This is synonymous to calling List[Count-1].
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic T Last { get; set; }Public Property Last As T
Get
Set
Property Value
Type:
T
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also