An NDoc Documented Class Library

RotDeque Constructor (Int32)

Initialize a RotDeque object with the specified size.

public RotDeque(
   int sz
);

Parameters

sz
the deque size

Exceptions

Exception TypeCondition
ArgumentException A negative value was specified for the size parameter.

See Also

RotDeque Class | Ringlet.Collections Namespace | RotDeque Constructor Overload List