Share via


DssStack(T) Members

Microsoft Robotics Class Reference

The DssStack< (Of < ( <'T> ) > ) > type exposes the following members.

Constructors

  Name Description
Public method DssStack< (Of < ( <'T> ) > ) >() () () ()
Summary: Initializes a new instance of the System.Collections.Generic.Stack_T_ class that is empty and has the default initial capacity.
Public method DssStack< (Of < ( <'T> ) > ) >(IEnumerable< (Of < <' (T> ) > > ))
Summary: Initializes a new instance of the System.Collections.Generic.Stack_T_ class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied. Parameters: collection: The collection to copy elements from. Exceptions: System.ArgumentNullException: collection is null.
Public method DssStack< (Of < ( <'T> ) > ) >(Int32)
Summary: Initializes a new instance of the System.Collections.Generic.Stack_T_ class that is empty and has the specified initial capacity or the default initial capacity, whichever is greater. Parameters: capacity: The initial number of elements that the System.Collections.Generic.Stack_T_ can contain. Exceptions: System.ArgumentOutOfRangeException: capacity is less than zero.

Methods

  Name Description
Public method Clear
Removes all objects from the Stack< (Of < ( <'T> ) > ) >.
(Inherited from Stack< (Of < ( <'T> ) > ) >.)
Public method Clone
Clone the Stack
Public method Contains
Determines whether an element is in the Stack< (Of < ( <'T> ) > ) >.
(Inherited from Stack< (Of < ( <'T> ) > ) >.)
Public method CopyTo(IDssSerializable)
Copy To DssStack(T, T)
Public method CopyTo(array

Properties

  Name Description
Public property Count
Gets the number of elements contained in the Stack< (Of < ( <'T> ) > ) >.
(Inherited from Stack< (Of < ( <'T> ) > ) >.)

See Also

DssStack< (Of < ( <'T> ) > ) > Class

Microsoft.Dss.Core.Utilities Namespace