Veil.Parser.SourceLocation.SourceLocation C# (CSharp) Method

SourceLocation() public method

public SourceLocation ( string templateId, int index, int length )
templateId string
index int
length int
		public SourceLocation(string templateId, int index, int length)
		{
			TemplateId = templateId;
			Length = length;
			Index = index;
		}