Table of Contents

Class CodeAttribute

Namespace
Garyon.Reflection
Assembly
Garyon.dll
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public sealed class CodeAttribute : Attribute
Inheritance
CodeAttribute
Inherited Members
Extension Methods

Constructors

CodeAttribute(string)

public CodeAttribute(string code)

Parameters

code string

Properties

Code

public string Code { get; }

Property Value

string