An NDoc Documented Class Library

TieredVector.Shrink Method 

Shrink the tiered vector.

protected virtual void Shrink();

Exceptions

Exception TypeCondition
InvalidOperationException It would make no sense to shrink the vector, since it contains more than 2^(n-3) elements.

See Also

TieredVector Class | Ringlet.Collections Namespace