CSharpEval.A.A C# (CSharp) Метод

A() публичный Метод

public A ( ) : System
Результат System
		public A() {
			i = 3;
			s = "hello";
		}