BlockSyntaxDescriptor.GetAttributes

BlockSyntaxDescriptor.GetAttributes method

Defines the interface for get attribute.

public IEnumerable<KeyValuePair<string, object>> GetAttributes()

Return Value

The IEnumerable.

See Also