Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OfType< TResult >()

static IEnumerable< TResult > System.Linq.Enumerable.OfType< TResult > ( this IEnumerable source)
inlinestatic

Definition at line 4299 of file Enumerable.cs.

4300 {
4301 if (source == null)
4302 {
4303 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.source);
4304 }
4306 }
static IEnumerable< TResult > OfTypeIterator< TResult >(IEnumerable source)

References System.Linq.Enumerable.OfTypeIterator< TResult >(), System.Linq.source, and System.Linq.ThrowHelper.ThrowArgumentNullException().