BlockSyntaxDescriptor.SetAttributeValue

BlockSyntaxDescriptor.SetAttributeValue<T> method

Defines the interface for set attribute.

public void SetAttributeValue<T>(String name, T value)
ParameterDescription
TThe T type.
nameThe String name.
valueThe T value.

See Also