SymbolExtensions.IsIEnumerableOrIEnumerableOfT(ITypeSymbol) Method
Containing Type: SymbolExtensions
Assembly: Roslynator.Core.dll
Returns true if the type is IEnumerable or IEnumerable<T>.
public static bool IsIEnumerableOrIEnumerableOfT(this Microsoft.CodeAnalysis.ITypeSymbol typeSymbol)
Parameters
typeSymbol ITypeSymbol