We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e283b commit 9ad98f9Copy full SHA for 9ad98f9
Orm/Xtensive.Orm/Orm/EntitySetActionCompletedEventArgs.cs
@@ -13,7 +13,7 @@ namespace Xtensive.Orm
13
/// <summary>
14
/// Describes an event related to <see cref="EntitySet{TItem}"/> item action completion.
15
/// </summary>
16
- public class EntitySetActionCompletedEventArgs
+ public readonly struct EntitySetActionCompletedEventArgs
17
{
18
public Entity Entity { get; }
19
public FieldInfo Field { get; }
0 commit comments