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.
嗨,Java 中以下三行对应的 C# 代码是什么
import java.util.Map; import static net.oauth.OAuth.OAUTH_VERIFIER; Collections.<Map.Entry<?, ?>>emptySet()
在我的头顶上:
using System.Linq; using System.Collections.Generic;
Enumerable.Empty<KeyValuePair<Object, Object>>()