/// <summary> /// Removes all items from the <see cref="AssetWriterCollection"/>. /// </summary> public void Clear() => _writers.Clear();
/// <summary> /// Removes all items from the <see cref="AssetReaderCollection"/>. /// </summary> public void Clear() => _readers.Clear();