Method FindAttributes
FindAttributes(string)
Locates all attribute with given name.
public virtual ISyntaxAttribute[] FindAttributes(string name)
Parameters
namestringSpecifies name of attribute.
Returns
- ISyntaxAttribute[]
Array
ISyntaxAttributewith specified name.