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

ScriptCompilerEvent() 보호된 메소드

protected ScriptCompilerEvent ( CompilerEventType type ) : System.Collections.Generic
type CompilerEventType
리턴 System.Collections.Generic
		protected ScriptCompilerEvent( CompilerEventType type )
		{
			Type = type;
		}
	};
ScriptCompilerEvent