[]
从集合中返回单个对象。
ISeries this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | 对象的索引编号。 |
| Type | Description |
|---|---|
| ISeries | 指定索引处的对象。 |
从集合中返回单个对象。
ISeries this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | 对象的名称。 |
| Type | Description |
|---|---|
| ISeries | 具有指定名称的系列。 |