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;
		}