Open sandboxFocus

Method Construct

Construct(IAttribute)

Declaration
public static Attribute Construct(this IAttribute attribute)
Parameters
Type Name Description
IAttribute attribute
Returns
Type Description
Attribute

Construct<T>(IAttribute)

Declaration
public static T Construct<T>(this IAttribute attribute) where T : Attribute
Parameters
Type Name Description
IAttribute attribute
Returns
Type Description
T
Type Parameters
Name Description
T