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
codestring
Properties
Code
public string Code { get; }