Class Match
Inheritance
System.Object
Match
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.Core.Tokenization
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public class Match
Constructors
Match(Int32, Int32)
Declaration
public Match(int index, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int32 | length |
Properties
Index
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Length
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |