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の機能は何ですかdefault(T)-デフォルトの演算子
default(T)
これは、使用されるあらゆるコンテキストで(つまり、式として) 使用できるため、default(T)reallyに最も近いものです。CType(Nothing, T)default(T)
CType(Nothing, T)