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