MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T) Constructor (Int32)
See Also
 





Initializes a new instance of the StateCollection class with the specified initial capacity.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public StateCollection<T> (
    int capacity
)

Visual Basic  Copy Code

Public New (Of T) ( _
    capacity As Integer _
)

 Parameters

capacity

Type: Int32
The initial capacity of the collection.

 See Also

StateCollection(T) Constructor Overload List
StateCollection(T) Class
MindFusion.Scheduling Namespace