2 types derived from AppendPrependAsyncIterator
System.Linq.AsyncEnumerable (2)
System\Linq\Append.cs (2)
83
private sealed class AppendPrepend1AsyncIterator<TSource> :
AppendPrependAsyncIterator
<TSource>
162
private sealed class AppendPrependNAsyncIterator<TSource> :
AppendPrependAsyncIterator
<TSource>
8 references to AppendPrependAsyncIterator
System.Linq.AsyncEnumerable (8)
System\Linq\Append.cs (7)
24
return source is
AppendPrependAsyncIterator
<TSource> appendable
50
public abstract
AppendPrependAsyncIterator
<TSource> Append(TSource item);
52
public abstract
AppendPrependAsyncIterator
<TSource> Prepend(TSource item);
133
public override
AppendPrependAsyncIterator
<TSource> Append(TSource item)
145
public override
AppendPrependAsyncIterator
<TSource> Prepend(TSource item)
238
public override
AppendPrependAsyncIterator
<TSource> Append(TSource item)
244
public override
AppendPrependAsyncIterator
<TSource> Prepend(TSource item)
System\Linq\Prepend.cs (1)
22
return source is
AppendPrependAsyncIterator
<TSource> appendable