我正在嘗試爲我的派生類型編寫一個通用轉換器。 值返回我派生類型,即List<DerivedType>。 public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
string text = string.Empty;
if (value is Li
我寫了F#以下的轉爐 namespace My.FSharpLibrary
open System
open System.Collections.Generic
open System.Linq
open System.Text
open System.Threading.Tasks
open System.Globalization
open System.Windows.Da