In This Article

IAstNodeMatchCollection Interface

Provides the base requirements for a collection of IAstNodeMatch objects.

public interface IAstNodeMatchCollection

Properties

EndOffset

Gets the end offset of this match collection.

int EndOffset { get; }

Property Value

int:

The end offset of this match collection.

StartOffset

Gets the end offset of this match collection.

int StartOffset { get; }

Property Value

int:

The end offset of this match collection.