예제 #1
0
 /// <inheritdoc />
 public override bool ContainsKey(string key)
 {
     return(index.ContainsKey(key));
 }