Method GetContextObject
GetContextObject<T>()
Gets the data of the specified type contained in the build context.
Declaration
public 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. |
Implements
GetContextObject(Type)
Gets the data of the specified type contained in the build context.
Declaration
public IContextObject GetContextObject(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Type of data to return. |
Returns
Type | Description |
---|---|
IContextObject | The type of data specified. |