Method GetDependency
GetDependency<TDepObject>(Int32)
Get a specific dependency object.
Declaration
public TDepObject GetDependency<TDepObject>(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The index of the dependency. |
Returns
| Type | Description |
|---|---|
| TDepObject | The dependency object. |
Type Parameters
| Name | Description |
|---|---|
| TDepObject | The dependency type. |