[This is preliminary documentation and is subject to change.]
Gives read-only access to underlying List()()()()
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public IReadOnlyList<T> AsReadOnly { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public ReadOnly Property AsReadOnly As IReadOnlyList(Of T) Get |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: property IReadOnlyList<T>^ AsReadOnly { IReadOnlyList<T>^ get (); } |
| F# |
|---|
[<BrowsableAttribute(false)>] member AsReadOnly : IReadOnlyList<'T> |
| JScript |
|---|
function get AsReadOnly () : IReadOnlyList<T> |