Property.AddGetMethod C# (CSharp) Méthode

AddGetMethod() public méthode

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