/// <inheritdoc />
 public bool TrySetValue(Index3D index, T value) => IndexableUtilities.TrySetValue(this, index, value);
示例#2
0
 /// <inheritdoc />
 public virtual bool TrySetValue(Index2D index, T value) => IndexableUtilities.TrySetValue(this, index, value);
示例#3
0
 /// <inheritdoc />
 public bool TrySetValue(TIndex index, TValue value) => IndexableUtilities.TrySetValue(this, index, value);