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