コード例 #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));
 }