QueryableCollection<TBase, TTo>.IsReadOnly Property ElecNetKit Documentation

Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public bool IsReadOnly { get; }

Return Value

true if the OnlineICollection<T> is read-only; otherwise, false.

Implements

OnlineICollection<T>.IsReadOnly
See Also