Пример #1
0
 /// <inheritdoc />
 public void Add <T>([NotNull] PropertyKey <T> key, T value)
 {
     inner.Add(key, value);
 }