I have the following problem, I have my ENUM class:
public enum DataBaseType
{
DATA_BASE_NAME, SERVER_IP_NAME, PORT, USER_NAME, PASSWORD
};
I have my Attributes, in which you have this ENUM:
public class Connect : System.Attribute
{...
asked by
21.08.2018 / 23:07