在C#中,对于以下三行中的相应代码是什么
import java.util.Map;
import static net.oauth.OAuth.OAUTH_VERIFIER;
Collections.<Map.Entry<?, ?>>emptySet()
答案 0 :(得分:2)
脱离我的头顶:
using System.Linq;
using System.Collections.Generic;
Enumerable.Empty<KeyValuePair<Object, Object>>()