Skip to content

Commit 9ad98f9

Browse files
committed
Make EntitySetActionCompletedEventArgs struct
1 parent 03e283b commit 9ad98f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Orm/EntitySetActionCompletedEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Xtensive.Orm
1313
/// <summary>
1414
/// Describes an event related to <see cref="EntitySet{TItem}"/> item action completion.
1515
/// </summary>
16-
public class EntitySetActionCompletedEventArgs
16+
public readonly struct EntitySetActionCompletedEventArgs
1717
{
1818
public Entity Entity { get; }
1919
public FieldInfo Field { get; }

0 commit comments

Comments
 (0)