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