AttributeAwareBuilderExtensions.

Attribute<T>(T, FormattableString) Method

Namespace
Ponet
Containing Type
AttributeAwareBuilderExtensions

Syntax

public static T Attribute<T>(this T builder, FormattableString attributeName) 
    where T : IAttributeAwareBuilder<T>

Type Parameters

Name Description
T

Parameters

Name Type Description
builder T
attributeName FormattableString

Return Value

Type Description
T