TriAxis.RunSharp.EventGen.IDelayedCompletion C# (CSharp) Method

IDelayedCompletion() private method

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

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