Click or drag to resize
StackTTrimExcess Method
Sets the capacity to the actual number of elements in the StackT, if that number is less than 90 percent of current capacity.

Namespace: System.Collections.Generic
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public void TrimExcess()
See Also