Axiom.Scripting.Compiler.ScriptCompilerEvent.ScriptCompilerEvent C# (CSharp) Method

ScriptCompilerEvent() protected method

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