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

GetValues() public method

public GetValues ( ) : string[]
return string[]
		public string[] GetValues()
		{
			return Enum.GetNames(this.EnumType);
		}
	}