Hierarchy

Implements

Index

Properties

list

list: StiType[] = []

Accessors

count

  • get count(): number
  • Gets the number of elements contained in the CollectionBase instance.

    Returns number

length

  • get length(): number

Methods

add

addRange

clear

  • clear(): void

contains

  • contains(item: StiType | any): boolean

get

getByIndex

  • getByIndex(index: number): StiType

getByName

  • Parameters

    • name: string

    Returns StiType

indexOf

insert

  • insert(index: number, value: StiType): void

regType

  • regType(name: string, type: Type): void
  • Parameters

    • name: string
    • type: Type

    Returns void

remove

removeAt

  • removeAt(index: number): void

set

setByIndex

  • setByIndex(index: number, value: StiType): void

setByName

  • setByName(name: string, value: StiType): void
  • Parameters

    Returns void

toCast

  • toCast<C>(): C[]

toList

Generated using TypeDoc