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.
この C# コードに相当する VB.Net のコードを誰か教えてもらえますか?
new {name="value"}
これは匿名型と呼ばれ、VB に相当するものは次のとおりです。
New With {.Name = "value"}
その機能は匿名型と呼ばれます。