C# Class Unity.IL2CPP.VarianceSupport

Show file Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Apply ( TypeReference leftType, TypeReference rightType ) : string
IsNeededForConversion ( TypeReference leftType, TypeReference rightType ) : bool

Method Details

Apply() public static method

public static Apply ( TypeReference leftType, TypeReference rightType ) : string
leftType Mono.Cecil.TypeReference
rightType Mono.Cecil.TypeReference
return string

IsNeededForConversion() public static method

public static IsNeededForConversion ( TypeReference leftType, TypeReference rightType ) : bool
leftType Mono.Cecil.TypeReference
rightType Mono.Cecil.TypeReference
return bool