FindTypes(string, StringComparison) Method
Finds types by searching for the provided type name.
Namespace
Statiq.Common
Containing Type
ClassCatalog

Syntax

public IEnumerable<Type> FindTypes(string name, StringComparison comparisonType)

Parameters

Name Type Description
name string The type name to search for.
comparisonType StringComparison The comparison type to use.

Return Value

Type Description
IEnumerable<Type> All matching types.