Axiom.Scripting.Compiler.ScriptCompilerListener.ImportFile C# (CSharp) 메소드

ImportFile() 공개 메소드

Returns the concrete node list from the given file
public ImportFile ( ScriptCompiler compiler, String name ) : IList
compiler ScriptCompiler A reference to the compiler
name String
리턴 IList
		public virtual IList<ConcreteNode> ImportFile( ScriptCompiler compiler, String name )
		{
			return null;
		}