StiNameTypeCollection Class

Namespace: Stimulsoft.Base

Describes a collection of object properties.

Inheritance

Inherits from: CollectionBase

Methods

Method Returns Description
Add (+1 overloads) void  
Insert (+1 overloads) void  
Remove void  

Method Details

Add

Add(entry: StiNameTypeEntry): void

Parameters


Add(name: string, type: Type): void

Parameters

  • name (string)
  • type (Type)

Insert

Insert(index: int, entry: StiNameTypeEntry): void

Parameters


Insert(index: int, name: string, type: Type): void

Parameters

  • index (int)
  • name (string)
  • type (Type)

Remove

Remove(name: string): void

Parameters

  • name (string)