Mono.TextTemplating.Tokeniser.Tokeniser C# (CSharp) Метод

Tokeniser() публичный Метод

public Tokeniser ( string fileName, string content ) : System
fileName string
content string
Результат System
		public Tokeniser (string fileName, string content)
		{
			State = State.Content;
			this.content = content;
			this.Location = this.nextStateLocation = this.nextStateTagStartLocation = new Location (fileName, 1, 1);
		}