This commit is contained in:
CortexCore
2023-08-11 23:57:37 +08:00
parent 936a94c84b
commit 75889ec34f
149 changed files with 6524 additions and 1043 deletions

View File

@@ -8,4 +8,6 @@ namespace BITKit
public class ExcuteOnStartAttribute : Attribute { }
[AttributeUsage(AttributeTargets.Method)]
public class ExcuteOnStopAttribute : Attribute { }
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class ReadOnlyAttribute : Attribute { }
}