[]
Specifies a view as read-only.
public static View<T> AsNonUpdatable<T>(this View<T> view)
| Type | Name | Description |
|---|---|---|
| View<T> | view | The view to specify as read-only. |
| Type | Description |
|---|---|
| View<T> | The same view. |
| Name | Description |
|---|---|
| T | The type of the elements in the view. |