Method GetGlobalTypes
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
GetGlobalTypes(IList<Type>, string, bool)
Finds global types from specified namespace.
public static int GetGlobalTypes(IList<Type> types, string nspace, bool caseSensitive)
Parameters
typesIList<Type>Retrieves list of global types.
nspacestringString representation of namespace to evaluate.
caseSensitiveboolSpecifies whether location should be case-sensitive.
Returns
- int
Number of found global types.