Share via


DynamicCollection Constructor (Generic ) (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub New ( _
    list As IList(Of T) _
)
'Usage
Dim list As IList(Of T)

Dim instance As New DynamicCollection(Of T)(list)
public DynamicCollection (
    IList<T> list
)

Parameters

  • list

See Also

Reference

DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace