DynamicCollection Generic Class (Microsoft.PerformancePoint.Scorecards)

Used internally.

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

Syntax

'Declaration
Public Class DynamicCollection(Of T)
    Inherits Collection(Of T)
'Usage
Dim instance As DynamicCollection(Of T)
public class DynamicCollection<T> : Collection<T>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.PerformancePoint.Scorecards.DynamicCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace