Shaolinq.Persistence.EnumTypeDescriptor.EnumTypeDescriptor C# (CSharp) Method

EnumTypeDescriptor() public method

public EnumTypeDescriptor ( Type enumType ) : System
enumType System.Type
return System
		public EnumTypeDescriptor(Type enumType)
		{
			this.EnumType = enumType;
			this.Name = enumType.Name;
		}