ITypeReference Interface
Provides the base requirements of a type reference.
public interface ITypeReference
Properties
AssemblyName
The IAssemblyName of the assembly in which this type is defined, if known.
IsGenericType
Indicates whether the current type is a generic type.
IsTypeDefinition
Indicates whether the current type is a type definition, from which other types can be constructed.
IsTypeParameter
Indicates whether the current type is a generic type parameter.
QualifiedName
The IQualifiedName that indicates the qualified name of the current type.
TypeArguments
The collection of generic type arguments, when the current type is a constructed generic type.