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