Method GetContextObject
GetContextObject<T>()
Gets the data of the specified type contained in the build context.
Declaration
T GetContextObject<T>() where T : IContextObject
Returns
| Type | Description |
|---|---|
| T | The type of data specified. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of data to return. |
GetContextObject(Type)
Gets the data of the specified type contained in the build context.
Declaration
IContextObject GetContextObject(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | Type of data to return. |
Returns
| Type | Description |
|---|---|
| IContextObject | The type of data specified. |