Loyc.Syntax.StandardTriviaInjectorTests.T C# (CSharp) Method

T() static private method

static private T ( Loyc.Syntax.Les.TokenType type, int startIndex, int length, object value ) : Token
type Loyc.Syntax.Les.TokenType
startIndex int
length int
value object
return Token
		static Token T(TT type, int startIndex, int length, object value) {
			return new Token((int)type, startIndex, length, value);
		}
StandardTriviaInjectorTests