Click or drag to resize
BroccoliSharp BroSetIsReadOnly Property
Gets a value indicating whether this BroSet is read-only.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool IsReadOnly { get; }

Return Value

Type: Boolean
true if this BroSet is read-only; otherwise, false.

Implements

ICollectionTIsReadOnly
Remarks
This always returns false for a BroSet.
See Also