Archetype.Tests.TestObjects.Person.Person C# (CSharp) 메소드

Person() 공개 메소드

public Person ( ) : System.Dynamic
리턴 System.Dynamic
        public Person()
        {
            Name = "Ian";
        }
Person