Property.AddSetMethod C# (CSharp) Méthode

AddSetMethod() public méthode

public AddSetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
Résultat void
            public void AddSetMethod(MethodDetail detail) {
               this.set = detail;
            }
            public void AddGetMethod(MethodDetail detail) {