| BasePartitionTICollectionTIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax bool ICollection<T>.IsReadOnly { get; }
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of T).IsReadOnly
Get
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<T>::IsReadOnly::get;
}
private abstract IsReadOnly : bool with get
private override IsReadOnly : bool with get
Property Value
Type:
Boolean if the
ICollectionT is read-only;
otherwise,
.
Implements
ICollectionTIsReadOnlySee Also