GetExtensionMethods(Type, IEnumerable<Type>) Method
Namespace
Statiq.Core
Containing Type
ReflectionHelper

Syntax

public static IEnumerable<MethodInfo> GetExtensionMethods(Type type, IEnumerable<Type> candidateTypes = null)

Parameters

Name Type Description
type Type
candidateTypes IEnumerable<Type>

Return Value

Type Description
IEnumerable<MethodInfo>