Click or drag to resize

RhinoListTLast Property

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)
Syntax
public T Last { get; set; }

Property Value

Type: T
See Also