Method IsForwardedType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
IsForwardedType(Type, out IList<Assembly>)
Determines if given type is a forwarded type.
public static bool IsForwardedType(Type type, out IList<Assembly> assemblies)
Parameters
type
TypeSpecifies given type
assemblies
IList<Assembly>Receives list of assemblies the type was forwarded from.
Returns
- bool
True if given type is a forwarded type; otherwise false.