RhinoList(T).AsReadOnly Method

RhinoListTAsReadOnly Method

Constructs a read-only wrapper of this class.

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

Return Value

Type: ReadOnlyCollectionT
A wrapper.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also