Click or drag to resize
StackT Constructor (Int32)
Initializes a new instance of the StackT class that is empty and has the specified initial capacity or the default initial capacity, whichever is greater.

Namespace: System.Collections.Generic
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncapacity is less than zero.
See Also