GetAggregatableAspect(Type, bool)
Gets the AggregatableAttribute instance applied on a given Type.
Declaration
public static AggregatableAttribute GetAggregatableAspect(Type type, bool throwing = true)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type. |
bool | throwing |
|
Returns
Type | Description |
---|---|
AggregatableAttribute | The AggregatableAttribute found on |