Property.AddGetMethod C# (CSharp) 메소드

AddGetMethod() 공개 메소드

public AddGetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
리턴 void
            public void AddGetMethod(MethodDetail detail) {
               this.get = detail;
            }
            public bool IsDone() {