Click or drag to resize
BroccoliSharp BroTableIsReadOnly Property
Gets a value indicating whether this BroTable 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 BroTable is read-only; otherwise, false.

Implements

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