Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void GetMethod(string stringname)
- {
- return stringname; //How does this work if I where to call like below
- }
- public void DoShit()
- {
- //doing shit
- GetMethod("string");
- //using the string down here?
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement