IStack Interface
Represents type IStack
.
Spring.Collections.IEnumerable
Spring.Collections.IStack
Spring.Collections.Adapters.TStackAdapter<T>
type IStack = interface(IEnumerable) ['{82F7B40F-3B32-417F-8001-51458BCE553A}'] end;
The IStack type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Returns the number of elements in a sequence. (Inherited from IEnumerable.) |
![]() | ElementType | Returns the type of the elements in the sequence. (Inherited from IEnumerable.) |
![]() | IsEmpty | Determines whether the sequence contains no elements. (Inherited from IEnumerable.) |
![]() | OnChanged | Represents property |
Name | Description | |
---|---|---|
![]() | AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) |
![]() | Clear | Represents method |
![]() | GetCount | Represents method |
![]() | GetElementType | Represents method |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetIsEmpty | Represents method |
![]() | GetOnChanged | Represents method |
![]() | Peek | Represents method |
![]() | PeekOrDefault | Represents method |
![]() | Pop | Represents method |
![]() | Push(TValue) | Represents method |
![]() | TryPeek(TValue) | Represents method |
![]() | TryPop(TValue) | Represents method |