Esempio n. 1
0
 public object this[string key]
 {
     get
     {
         if (reference == null)
         {
             return(null);
         }
         return(reference.GetProperty((string)key));
     }
     set
     {
         throw new NotImplementedException();
     }
 }