CastedListTFrom, TToIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public bool IsReadOnly { get; }

Return Value

bool
if the ICollectionT is read-only; otherwise, .

Implements

ICollectionTIsReadOnly

See Also