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