コード例 #1
0
 public bool Contains(string itemName) => itemName.IsNotNull() && InternalCollection.ContainsKey(itemName);