Пример #1
0
        public override MethodInfo GetGetMethod(bool nonPublic)
        {
            COMGetterMethod method = new COMGetterMethod();

            method.Initialize(this._name, this._comObject);
            return(method);
        }
 public override MethodInfo GetGetMethod(bool nonPublic)
 {
     COMGetterMethod method = new COMGetterMethod();
     method.Initialize(this._name, this._comObject);
     return method;
 }