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