Click or drag to resize

RhinoListTAsReadOnly Method

Constructs a read-only wrapper of this class.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ReadOnlyCollection<T> AsReadOnly()

Return Value

Type: ReadOnlyCollectionT
A wrapper.
See Also