Class Extensions
Inherited Members
Namespace: RedLoader.TinyJSON
Assembly: RedLoader.dll
Syntax
public static class Extensions
Methods
AnyOfType<TSource>(IEnumerable<TSource>, Type)
Declaration
public static bool AnyOfType<TSource>(this IEnumerable<TSource> source, Type expectedType)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<TSource> | source | |
Type | expectedType |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
TSource |