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