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);
		}