Home
last modified time | relevance | path

Searched refs:ReflectionUtils (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs1546 …if(!string.IsNullOrEmpty(str) && (type == typeof(DateTime) || (ReflectionUtils.IsNullableType(type… in DeserializeObject()
1581 if(ReflectionUtils.IsTypeDictionary(type)) in DeserializeObject()
1639 …if(ReflectionUtils.IsTypeGenericeCollectionInterface(type) || typeof(IList).IsAssignableFrom(type)) in DeserializeObject()
1657 if(ReflectionUtils.IsNullableType(type)) in DeserializeObject()
1659 return ReflectionUtils.ToNullableType(obj, type); in DeserializeObject()
1735 internal class ReflectionUtils class