diff --git a/xml/System/Type.xml b/xml/System/Type.xml index e7bfbfd3d14..56f590984a6 100644 --- a/xml/System/Type.xml +++ b/xml/System/Type.xml @@ -311,7 +311,7 @@ The code example uses the to invoke the Gets the assembly-qualified name of the type, which includes the name of the assembly from which this object was loaded. - The assembly-qualified name of the , which includes the name of the assembly from which the was loaded, or if the current instance represents a generic type parameter. + The assembly-qualified name of the , which includes the name of the assembly from which the was loaded, or if the type can't be represented by an assembly-qualified name. Types that can't be represented by an assembly-qualified name include types that contain unresolved generic parameters ( is ) and types that contain function pointers. Gets the fully qualified name of the type, including its namespace but not its assembly. - The fully qualified name of the type, including its namespace but not its assembly; or if the current instance represents a generic type parameter, an array type, pointer type, or type based on a type parameter, or a generic type that is not a generic type definition but contains unresolved type parameters. + The fully qualified name of the type, including its namespace but not its assembly; or if the type can't be represented by a fully qualified name. Types that can't be represented by a fully qualified name include types that contain unresolved generic parameters ( is ) and types that contain function pointers.