IImmutableQueue<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
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2


 

Contains

 

method Contains(Item: T): Boolean

 

Boolean Contains(T Item)

 

func Contains(_ Item: T) -> Boolean

 

Boolean Contains(T Item)

 

Function Contains(Item As T) As Boolean

Parameters:

  • Item:

Count

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

Integer Count { __get; }

 

ReadOnly Property Count() As Int32

Peek .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

method Peek: nullable T

 

T? Peek()

 

func Peek() -> T?

 

T Peek()

 

Function Peek() As T?

Peek Peek(): nullable T Toffee

 

func Peek(Peek ) -> T?

Parameters:

  • :

ToArray .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

method ToArray: array of T

 

T[] ToArray()

 

func ToArray() -> T...

 

T[] ToArray()

 

Function ToArray() As T()

ToArray ToArray(): array of T Toffee

 

func ToArray(ToArray ) -> T...

Parameters:

  • :

 

Count

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

Integer Count { __get; }

 

ReadOnly Property Count() As Int32

 

Contains

 

method Contains(Item: T): Boolean

 

Boolean Contains(T Item)

 

func Contains(_ Item: T) -> Boolean

 

Boolean Contains(T Item)

 

Function Contains(Item As T) As Boolean

Parameters:

  • Item:

Peek .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

method Peek: nullable T

 

T? Peek()

 

func Peek() -> T?

 

T Peek()

 

Function Peek() As T?

Peek Peek(): nullable T Toffee

 

func Peek(Peek ) -> T?

Parameters:

  • :

ToArray .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

method ToArray: array of T

 

T[] ToArray()

 

func ToArray() -> T...

 

T[] ToArray()

 

Function ToArray() As T()

ToArray ToArray(): array of T Toffee

 

func ToArray(ToArray ) -> T...

Parameters:

  • :