I'm a beginner in C#. I have a class named config
with one string field named kye
.
When I apply the GET
property of the class, the property has to return one variable kye
in different types (Int
or bool
or String
).
I need to implement this with help of enum
operator. Any idea how can I do this?