Method IsForwardedType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.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
typeTypeSpecifies given type
assembliesIList<Assembly>Receives list of assemblies the type was forwarded from.
Returns
- bool
True if given type is a forwarded type; otherwise false.