我创建了一个返回此数据类型的F#库
FSharpAsync<IEnumerable<Tupel<DateTime,string>>>
如何访问该FSharpAsync类型,以便我可以通过C#中的元组枚举并打印出内容?
FSharpAsync
c# f# asynchronous
asynchronous ×1
c# ×1
f# ×1