Click or drag to resize

RhinoListTFirst Property

Gets or sets the first item in the list. This is synonymous to calling List[0].

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public T First { get; set; }

Property Value

Type: T
See Also