AttributeAwareBuilderExtensions.

Attribute<T>(T, Type) Method

Namespace
Ponet
Containing Type
AttributeAwareBuilderExtensions

Syntax

public static T Attribute<T>(this T builder, Type attributeType) where T : IAttributeAwareBuilder<T>

Type Parameters

Name Description
T

Parameters

Name Type Description
builder T
attributeType Type

Return Value

Type Description
T