Skip to main content
Version: 0.1.0

Class MethodAttribute

Assembly: RCaron.LibrarySourceGenerator.Attributes.dll
View Source
Declaration
csharp
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class MethodAttribute : Attribute
Declaration
csharp
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class MethodAttribute : Attribute

Inheritance: System.Object -> System.Attribute

Properties

Name

View Source
Declaration
csharp
public string Name { get; set; }
Declaration
csharp
public string Name { get; set; }

Extension Methods