IAstNodeMatchCollection Interface
Provides the base requirements for a collection of IAstNodeMatch objects.
public interface IAstNodeMatchCollection : IList<IAstNodeMatch>, ICollection<IAstNodeMatch>, IEnumerable<IAstNodeMatch>, IEnumerable
Properties
EndOffset
Gets the end offset of this match collection.
int EndOffset { get; }
Property Value
- System.Int32:
The end offset of this match collection.
StartOffset
Gets the end offset of this match collection.
int StartOffset { get; }
Property Value
- System.Int32:
The end offset of this match collection.