[This is preliminary documentation and is subject to change.]
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public bool AddingReadOnly { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public ReadOnly Property AddingReadOnly As Boolean Get |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: property bool AddingReadOnly { bool get (); } |
| F# |
|---|
[<BrowsableAttribute(false)>] member AddingReadOnly : bool |
| JScript |
|---|
function get AddingReadOnly () : boolean |