Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can we get field info declared in class level #1

Open
123rajneesh opened this issue Apr 30, 2019 · 0 comments
Open

How can we get field info declared in class level #1

123rajneesh opened this issue Apr 30, 2019 · 0 comments

Comments

@123rajneesh
Copy link

123rajneesh commented Apr 30, 2019

Hi,

How can i get field info which is declared in class level and have some type of value.

i.e.
class Program
{
string x = "Hello";
static string y = "all right";

    static void Main(string[] args)
    {
        //some method
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant