Table of Contents

Method FindAttribute

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

FindAttribute(string)

When implemented by a class, finds attribute by its name.

ISyntaxAttribute FindAttribute(string name)

Parameters

name string

Specifies name of attribute.

Returns

ISyntaxAttribute

First occurrence of ISyntaxAttribute with specified name.