[]
Returns a read-only ReadOnlyStructList<T> wrapper for the current StructList<T>.
public ReadOnlyStructList<T> AsReadOnly()
Public Function AsReadOnly() As ReadOnlyStructList(Of T)
| Type | Description |
|---|---|
| ReadOnlyStructList<T> | A ReadOnlyStructList<T> that acts as a read-only wrapper around the current StructList<T>. |