Added ICollectionSynchronization
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
|
||||
public class NotificationAttribute(Type type, object key) : Attribute
|
||||
public class NotificationAttribute(Type type,
|
||||
object key) : Attribute
|
||||
{
|
||||
public Type Type => type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user