Edit

Share via


IListContract<T>.GetIsReadOnly Method

Definition

Determines whether an IListContract<T> collection is read-only.

public:
 bool GetIsReadOnly();
public bool GetIsReadOnly ();
abstract member GetIsReadOnly : unit -> bool
Public Function GetIsReadOnly () As Boolean

Returns

true if the collection is read-only; otherwise, false.

Applies to