BlockSyntaxDescriptor.GetAttributeValue

BlockSyntaxDescriptor.GetAttributeValue<T> method

Defines the interface for get the Attribute

public T GetAttributeValue<T>(string name)
ParameterDescription
TThe typeparam.
nameThe string name.

Return Value

The T type value.

See Also