/// <summary>
 /// Gets the derived <see cref="GenericTypeParameterData"/> instance representing the specified type.
 /// </summary>
 /// <returns>The derived <see cref="GenericTypeParameterData"/> instance.</returns>
 internal static GenericTypeParameterData FromType(GenericParameter t)
 {
     return(AssemblyData.FromAssembly(t.GetDeclaringAssembly()).GetGenericTypeParameterData(t));
 }