Searched defs:expectedType (Results 1 – 1 of 1) sorted by relevance
1315 … private ConversionResult TryConvertRangeValue(Value value, Type expectedType, ref object result) in TryConvertRangeValue()1343 …private ConversionResult TryConvertSimpleValue(Type expectedType, Value value, out object result, … in TryConvertSimpleValue()1422 private object ConvertFromValue(Type expectedType, Value value) in ConvertFromValue()1746 private static string GetValidEnumValues(Type expectedType) in GetValidEnumValues()