IronRuby.Compiler.Ast.FileLiteral.FileLiteral C# (CSharp) 메소드

FileLiteral() 개인적인 메소드

private FileLiteral ( Microsoft.Scripting.SourceSpan location ) : System.Diagnostics
location Microsoft.Scripting.SourceSpan
리턴 System.Diagnostics
        internal FileLiteral(SourceSpan location)
            : base(location) {
        }