Пример #1
0
 /// <summary>
 /// Returns an enumerator that iterates through the <see cref="AssetWriterCollection"/>.
 /// </summary>
 /// <returns>An enumerator that can be used to iterate through the <see cref="AssetWriterCollection"/>.</returns>
 public IEnumerator <IAssetWriter> GetEnumerator() =>
 _writers.GetEnumerator();
Пример #2
0
 /// <summary>
 /// Returns an enumerator that iterates through the <see cref="AssetReaderCollection"/>.
 /// </summary>
 /// <returns>An enumerator that can be used to iterate through the <see cref="AssetReaderCollection"/>.</returns>
 public IEnumerator <IAssetReader> GetEnumerator() =>
 _readers.GetEnumerator();