Property.AddGetMethod C# (CSharp) Method

AddGetMethod() public method

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