internal static DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent GetInstance([CallerMemberName] string callerName = "")
        {
            var instance = new DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent();

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
 partial void Equals_PostValidate(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance, System.Object obj, System.Boolean _retVal);
 partial void Equals_PreCondition(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance, ref System.Object obj);
 partial void ToString_PostValidate(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance, System.String _retVal);
 partial void ToString_PreCondition(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance);
 partial void Fire_PostValidate(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance, System.Object sender, System.Object data);
 partial void Fire_PreCondition(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance, ref System.Object sender, ref System.Object data);
 partial void GetType_PostValidate(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance, System.Type _retVal);
 static partial void InstanceFactory(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance, [CallerMemberName] string callerName = "");
 partial void GetHashCode_PreCondition(ref DynCon.OSI.Core.AdvancedEvents.MultiTypeEvent instance);