| ContactSetICollectionContactIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax bool ICollection<Contact>.IsReadOnly { get; }
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of Contact).IsReadOnly
Get
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<Contact^>::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