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

Indicates if this instance's property Item is read-only or not

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool ReadOnly { get; }
Visual Basic
Public ReadOnly Property ReadOnly As Boolean
	Get
Visual C++
public:
property bool ReadOnly {
	bool get ();
}
F#
member ReadOnly : bool
JScript
function get ReadOnly () : boolean

See Also