 | SparseMatrixBuilderTIsReadOnly Property |
Gets a value indicating whether collection is read-only.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
BooleanImplements
ICollectionTIsReadOnly
See Also