Method FindAttribute
FindAttribute(string)
When implemented by a class, finds attribute by its name.
ISyntaxAttribute FindAttribute(string name)
Parameters
name
stringSpecifies name of attribute.
Returns
- ISyntaxAttribute
First occurrence of
ISyntaxAttribute
with specified name.