ICollectionContract<C>.GetIsReadOnly Method

Definition

Returns a value that indicates whether the ICollectionContract<C> is read-only.

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

Returns

true if the ICollectionContract<C> is read-only; otherwise, false.

Applies to