private void AddUnderlyingType(PropertyInfo propInfo) { Type t = TypeInfo.TryGetUnderlyingType(propInfo); UnderlyingPropType.Add(propInfo, t); }