FurreList.IsReadOnly Property

FFF3PP

FurreListIsReadOnly Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[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: Boolean

Implements

ICollectionTIsReadOnly
See Also