G
Guest
If I have the following class:
class dummy
{
public const string L_NAME = "Neo";
};
How can I get the value of L_NAME using reflection?
class dummy
{
public const string L_NAME = "Neo";
};
How can I get the value of L_NAME using reflection?