Table of Contents

Method FindAttributes

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

FindAttributes(string)

When implemented by a class, locates all attribute with given name.

ISyntaxAttribute[] FindAttributes(string name)

Parameters

name string

Specifies name of attribute.

Returns

ISyntaxAttribute[]

Array ISyntaxAttribute with specified name.