AsIs.John.John C# (CSharp) 메소드

John() 공개 메소드

public John ( ) : System
리턴 System
        public John()
        {
            name = "John";
        }
John