Open sandboxFocus

Method GetAggregatableAspect

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

true if an exception should be thrown if type does not have an AggregatableAttribute, otherwise false.

Returns
Type Description
AggregatableAttribute

The AggregatableAttribute found on type