Methods
()
| 249 | { |
| 250 | // Methods |
| 251 | public RectangleFConverter() |
| 252 | { |
| 253 | } |
| 254 | public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) |
| 255 | { |
| 256 | return ((sourceType == typeof(string)) || base.CanConvertFrom(context, sourceType)); |
nothing calls this directly
no outgoing calls
no test coverage detected