AB3594 - missing xmldoc end

This commit is contained in:
Bjarke Berg
2019-11-12 14:46:56 +01:00
parent 3a9686d56b
commit 3ffa7700ff

View File

@@ -6,6 +6,7 @@ namespace Umbraco.Core.Events
{
/// <summary>
/// Represents event data, for events that support cancellation, and expose impacted objects.
/// </summary>
/// <typeparam name="TEventObject">The type of the exposed, impacted objects.</typeparam>
public class CancellableEnumerableObjectEventArgs<TEventObject> : CancellableObjectEventArgs<IEnumerable<TEventObject>>, IEquatable<CancellableEnumerableObjectEventArgs<TEventObject>>
{