Exemplo n.º 1
0
 IEnumerator <KeyValuePair <object, object> > ICollectionInfo.GetValues(object instance)
 {
     return(this.mustBeKvp
         ? DictionaryInfo.GetValuesFromDictionary(instance, this.TypeInfo.TypeCache)
         : CollectionInfo.GetValuesFromEnumerable(instance));
 }
Exemplo n.º 2
0
 IEnumerator <KeyValuePair <object, object> > ICollectionInfo.GetValues(object instance)
 {
     return(CollectionInfo.GetValuesFromEnumerable(instance));
 }