BlockSyntaxDescriptor.HasAttribute

BlockSyntaxDescriptor.HasAttribute method

Defines the interface for check Has Attribute

public bool HasAttribute(string name)
ParameterTypeDescription
nameStringThe string name.

Return Value

The boolean.

See Also