Mono.TextTemplating.Tokeniser.Tokeniser C# (CSharp) Méthode

Tokeniser() public méthode

public Tokeniser ( string fileName, string content ) : System
fileName string
content string
Résultat System
		public Tokeniser (string fileName, string content)
		{
			State = State.Content;
			this.content = content;
			this.Location = this.nextStateLocation = this.nextStateTagStartLocation = new Location (fileName, 1, 1);
		}