-
-
Save EgorBo/56c8a646abdf83a484a5b8ab672ffb84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace ConsoleApp1 | |
{ | |
public class Program | |
{ | |
public struct Foo | |
{ | |
//private int foo; | |
} | |
public static void Main(string[] args) | |
{ | |
Foo f; | |
string str = f.ToString(); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment