Exemple #1
0
 /// <summary>
 /// Gets a unbox method for the given primitive type.
 /// </summary>
 internal static ClassReference GetBoxedType(this XTypeReference type)
 {
     return(BoxInfo.GetBoxedType(type));
 }