Table of Contents

Interface ISyntaxAttribute

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

Represents properties to describe a particular attribute of language element.

public interface ISyntaxAttribute : ICloneable

Properties

EndPosition

When implemented by a class, get attribute end position in the code text.

Name

When implemented by a class, get or sets attribute name.

Position

When implemented by a class, get or sets attribute position in the code text.

Range

When implemented by a class, gets attribute scope.

Value

When implemented by a class, get or sets value of the attribute.