[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViewExtensions.AsNonUpdatable

AsNonUpdatable Method

AsNonUpdatable<T>(View<T>)

Specifies a view as read-only.

Declaration
public static View<T> AsNonUpdatable<T>(this View<T> view)
Parameters
Type Name Description
View<T> view

The view to specify as read-only.

Returns
Type Description
View<T>

The same view.

Type Parameters
Name Description
T

The type of the elements in the view.

See Also