AttributeAwareBuilderExtensions.

Attributes<T>(T, Type[]) Method

Namespace
Ponet
Containing Type
AttributeAwareBuilderExtensions

Syntax

public static T Attributes<T>(this T builder, params Type[] attributeTypes) 
    where T : IAttributeAwareBuilder<T>

Type Parameters

Name Description
T

Parameters

Name Type Description
builder T
attributeTypes Type[]

Return Value

Type Description
T