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





Creates a collection of ResourceCollection class with the specified capacity.

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

 Syntax

C#  Copy Code

public ResourceCollection<T> (
    int capacity
)

Visual Basic  Copy Code

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

 Parameters

capacity

Type: Int32
An integer that specifies the initial capacity of the collection.

 See Also

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