Property.AddGetMethod C# (CSharp) Метод

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

public AddGetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
Результат void
            public void AddGetMethod(MethodDetail detail) {
               this.get = detail;
            }
            public bool IsDone() {