TriAxis.RunSharp.EventGen.IDelayedCompletion C# (CSharp) Méthode

IDelayedCompletion() private méthode

private IDelayedCompletion ( ) : void
Résultat void
		void IDelayedCompletion.Complete()
		{
			if ((_adder == null) != (_remover == null))
				throw new InvalidOperationException(Properties.Messages.ErrInvalidEventAccessors);

			AttributeGen.ApplyList(ref _customAttributes, _eb.SetCustomAttribute);
		}