blob: 70d3829834428648c4fe602f1c3410939958fb35 [file]
public enum E /* p.E*/ {
Entry1,
Entry2,
Entry3;
private E();// .ctor()
}