FurreList.IsReadOnly Property

Furcadia Framework

FurreListIsReadOnly Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Furcadia.Net.DreamInfo.FurreList.IsReadOnly"]

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
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: Boolean

Implements

ICollectionTIsReadOnly
See Also

Reference