Furcadia Framework For Third Party Programs
FurreListIsReadOnly Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether the ICollectionT is read-only.
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean Get Dim instance As FurreList Dim value As Boolean value = instance.IsReadOnly
public: virtual property bool IsReadOnly { bool get () sealed; }
abstract IsReadOnly : bool with get override IsReadOnly : bool with get
Property Value
Type: BooleanImplements
ICollectionTIsReadOnlySee Also