Loyc.Syntax.EmptySourceFile.EmptySourceFile C# (CSharp) Method

EmptySourceFile() public method

public EmptySourceFile ( string fileName ) : System
fileName string
return System
		public EmptySourceFile(string fileName)
		{
			_fileName = fileName;
		}