Microsoft.CSharp.RuntimeBinder.Semantics.CConversions
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal static class CConversions
{
public static bool FImpRefConv(CType typeSrc, CType typeDst);
public static bool FExpRefConv(CType typeSrc, CType typeDst);
public static bool HasGenericDelegateExplicitReferenceConversion(CType source, CType target);
public static bool HasGenericDelegateExplicitReferenceConversion(CType pSource, AggregateType pTarget);
public static bool FWrappingConv(CType typeSrc, CType typeDst);
public static bool FUnwrappingConv(CType typeSrc, CType typeDst);
}
}