| LodCollectionICollectionLodEntryIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax bool ICollection<LodEntry>.IsReadOnly { get; }
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of LodEntry).IsReadOnly
Get
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<LodEntry>::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