Show / Hide Table of Contents

Namespace GCore.Attributes

Classes

DAttribute

Dynamic attribute to create generic attributes.

Example:

[D(typeof(List<int>), new int[] {1, 2, 3})]
[D("AttributeName", typeof(List<int>), new int[] {1, 2, 3})]

StringValueAttribute

http://www.codeproject.com/Articles/11130/String-Enumerations-in-C

In This Article
Back to top Generated by DocFX