Axiom.Scripting.Compiler.ScriptCompilerListener.ImportFile C# (CSharp) Method

ImportFile() public method

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
return IList
		public virtual IList<ConcreteNode> ImportFile( ScriptCompiler compiler, String name )
		{
			return null;
		}