IImmutableStack<T>
Overview
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
Properties
Count
property Count: Int32 read;
var Count: Int32 { get{} }
ReadOnly Property Count() As Int32
Required Methods
Contains
method Contains(Item: T): Boolean
func Contains(_ Item: T) -> Boolean
Function Contains(Item As T) As Boolean
Parameters:
- Item:
Peek
ToArray
method ToArray: array of T
Function ToArray() As T()