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