Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xaml の PageFunction については、次のように書きました。
x:TypeArguments="sys:String"
しかし、私が必要な場合:
PageFunction<List<string>>
本当にラッパー クラスを作成する必要がありますか? もっと簡単な解決策があることを願っています...