Exemple #1
0
            public override object GetValue(object thisObj)
            {
                if (!Descriptor.ContainsKey(thisObj, Key))
                {
                    throw new KeyNotFoundException();
                }

                return(Descriptor.GetValue(thisObj, Key));
            }
Exemple #2
0
 public override object GetValue(object thisObj)
 {
     return(Descriptor.GetValue(thisObj, Key));
 }