Unity.IL2CPP.ILPreProcessor.TypeResolver.For C# (CSharp) Méthode

For() public static méthode

public static For ( TypeReference typeReference ) : Unity.IL2CPP.ILPreProcessor.TypeResolver
typeReference Mono.Cecil.TypeReference
Résultat Unity.IL2CPP.ILPreProcessor.TypeResolver
        public static Unity.IL2CPP.ILPreProcessor.TypeResolver For(TypeReference typeReference)
        {
            return (!typeReference.IsGenericInstance ? new Unity.IL2CPP.ILPreProcessor.TypeResolver() : new Unity.IL2CPP.ILPreProcessor.TypeResolver((GenericInstanceType) typeReference));
        }

Same methods

TypeResolver::For ( TypeReference typeReference, MethodReference methodReference ) : Unity.IL2CPP.ILPreProcessor.TypeResolver