Beispiel #1
0
 /// <inheritdoc />
 public virtual bool TryGetValue(Index2D index, out T value) => ReadOnlyIndexableUtilities.TryGetValue(this, index, out value);
Beispiel #2
0
 /// <inheritdoc />
 public bool TryGetValue(TIndex index, out TValue value) => ReadOnlyIndexableUtilities.TryGetValue(this, index, out value);