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