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
- entry (StiNameTypeEntry)
Add(name: string, type: Type): void
Parameters
- name (string)
- type (Type)
Insert
Insert(index: int, entry: StiNameTypeEntry): void
Parameters
- index (int)
- entry (StiNameTypeEntry)
Insert(index: int, name: string, type: Type): void
Parameters
- index (int)
- name (string)
- type (Type)
Remove
Remove(name: string): void
Parameters
- name (string)