Axiom.Scripting.Compiler.ScriptCompilerListener.ImportFile C# (CSharp) Méthode

ImportFile() public méthode

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