[This is preliminary documentation and is subject to change.]
Gives 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)] protected List<T> InternalList { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Protected ReadOnly Property InternalList As List(Of T) Get |
| Visual C++ |
|---|
[BrowsableAttribute(false)] protected: property List<T>^ InternalList { List<T>^ get (); } |
| F# |
|---|
[<BrowsableAttribute(false)>] member InternalList : List<'T> |
| JScript |
|---|
function get InternalList () : List<T> |