Class ModuleAttribute
Assembly: RCaron.LibrarySourceGenerator.Attributes.dll
View Source
Declarationcsharp
[AttributeUsage(AttributeTargets.Class, Inherited = false)]public sealed class ModuleAttribute : Attribute
Declarationcsharp
[AttributeUsage(AttributeTargets.Class, Inherited = false)]public sealed class ModuleAttribute : Attribute
Inheritance: System.Object
-> System.Attribute
Properties
Name
View Source
Declarationcsharp
public string Name { get; set; }
Declarationcsharp
public string Name { get; set; }
ImplementModuleRun
View Source
Declarationcsharp
public bool ImplementModuleRun { get; set; }
Declarationcsharp
public bool ImplementModuleRun { get; set; }
Extension Methods
- System.Object.RCaron.ListEx.Expect``1
- RCaron.ListEx.NotNull(object?)