NSDictionary.IDictionary.IsReadOnly Property

Definition

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

bool System.Collections.IDictionary.IsReadOnly { get; }
member this.System.Collections.IDictionary.IsReadOnly : bool

Property Value

Always returns true.

Implements

Applies to