Overview

Location

constructor Cooper

CollectionOfOne<Element>()
CollectionOfOne<Element>()

constructor (not nullable Element)

constructor(element: not nullable Element)
CollectionOfOne<Element>(Element! element)
CollectionOfOne<Element>(Element element)
Sub New(element As Element)

Parameters:

  • element:

constructor(value: CollectionOfOne<Element>)
CollectionOfOne<Element>(CollectionOfOne<Element> value)
init(_ value: CollectionOfOne<Element>)
CollectionOfOne<Element>(CollectionOfOne<Element> value)
Sub New(value As CollectionOfOne<Element>)

Parameters:

  • value:

clone Cooper

Function clone() As Object

count  virtual

property count: not nullable Int read;
ReadOnly Property count() As Int

endIndex  virtual

property endIndex: not nullable Bit read;
var endIndex: Bit { get{} }
ReadOnly Property endIndex() As Bit

GetEnumerator  virtual .NET, .NET Standard 2.0, Island

method GetEnumerator: IEnumerator<not nullable Element>
IEnumerator<not nullable Element> GetEnumerator()
func GetEnumerator() -> IEnumerator<not nullable Element>
Function GetEnumerator() As IEnumerator<not nullable Element>

GetSequence  virtual

method GetSequence: not nullable IEnumerable<not nullable Element>
IEnumerable<not nullable Element>! GetSequence()
func GetSequence() -> INSFastEnumeration<not nullable Element>
Iterable<Element> GetSequence()
Function GetSequence() As IEnumerable<not nullable Element>

Item  virtual

property Item[position: not nullable Bit]: not nullable Element read;
Element! Item[Bit! position] { get; }
subscript Item(_ position: Bit) -> Element { get{} }
Element Item[Bit position] { __get; }
ReadOnly Property Item(position As Bit) As Element

iterator Cooper

method iterator: Iterator<not nullable Element>
Iterator<not nullable Element> iterator()
func iterator() -> Iterator<not nullable Element>
Iterator<Element> iterator()
Function iterator() As Iterator<not nullable Element>

startIndex  virtual

property startIndex: not nullable Bit read;
var startIndex: Bit { get{} }
Bit startIndex { __get; }
ReadOnly Property startIndex() As Bit

count  virtual

property count: not nullable Int read;
ReadOnly Property count() As Int

endIndex  virtual

property endIndex: not nullable Bit read;
var endIndex: Bit { get{} }
ReadOnly Property endIndex() As Bit

Item  virtual

property Item[position: not nullable Bit]: not nullable Element read;
Element! Item[Bit! position] { get; }
subscript Item(_ position: Bit) -> Element { get{} }
Element Item[Bit position] { __get; }
ReadOnly Property Item(position As Bit) As Element

startIndex  virtual

property startIndex: not nullable Bit read;
var startIndex: Bit { get{} }
Bit startIndex { __get; }
ReadOnly Property startIndex() As Bit

constructor Cooper

CollectionOfOne<Element>()
CollectionOfOne<Element>()

constructor (not nullable Element)

constructor(element: not nullable Element)
CollectionOfOne<Element>(Element! element)
CollectionOfOne<Element>(Element element)
Sub New(element As Element)

Parameters:

  • element:

constructor(value: CollectionOfOne<Element>)
CollectionOfOne<Element>(CollectionOfOne<Element> value)
init(_ value: CollectionOfOne<Element>)
CollectionOfOne<Element>(CollectionOfOne<Element> value)
Sub New(value As CollectionOfOne<Element>)

Parameters:

  • value:

clone Cooper

Function clone() As Object

GetEnumerator  virtual .NET, .NET Standard 2.0, Island

method GetEnumerator: IEnumerator<not nullable Element>
IEnumerator<not nullable Element> GetEnumerator()
func GetEnumerator() -> IEnumerator<not nullable Element>
Function GetEnumerator() As IEnumerator<not nullable Element>

GetSequence  virtual

method GetSequence: not nullable IEnumerable<not nullable Element>
IEnumerable<not nullable Element>! GetSequence()
func GetSequence() -> INSFastEnumeration<not nullable Element>
Iterable<Element> GetSequence()
Function GetSequence() As IEnumerable<not nullable Element>

iterator Cooper

method iterator: Iterator<not nullable Element>
Iterator<not nullable Element> iterator()
func iterator() -> Iterator<not nullable Element>
Iterator<Element> iterator()
Function iterator() As Iterator<not nullable Element>