In This Article

IAstNodeMatchCollection Interface

Provides the base requirements for a collection of IAstNodeMatch objects.

public interface IAstNodeMatchCollection

Properties

EndOffset

The end offset of this match collection.

int EndOffset { get; }

Property Value

int

StartOffset

The start offset of this match collection.

int StartOffset { get; }

Property Value

int

Extension Methods