NClass.CSharp.CSharpEvent.CSharpEvent C# (CSharp) Method

CSharpEvent() private method

/// is null. ///
private CSharpEvent ( CompositeType parent ) : System
parent NClass.Core.CompositeType
return System
		internal CSharpEvent(CompositeType parent) : this("NewEvent", parent)
		{
		}

Same methods

CSharpEvent::CSharpEvent ( string name, CompositeType parent ) : System