List Constructor

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As New List(Of T1, T2, T3, T4, T5)

Syntax

'Declaration
Public Sub New
public List ()
public:
List ()
public List ()
public function List ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

See Also

Reference

List Generic Class
List Members
Microsoft.OneGet.Utility.Collections Namespace