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

Nested() private méthode

private Nested ( Mono.Cecil.GenericInstanceMethod genericInstanceMethod ) : Unity.IL2CPP.ILPreProcessor.TypeResolver
genericInstanceMethod Mono.Cecil.GenericInstanceMethod
Résultat Unity.IL2CPP.ILPreProcessor.TypeResolver
        internal Unity.IL2CPP.ILPreProcessor.TypeResolver Nested(GenericInstanceMethod genericInstanceMethod)
        {
            return new Unity.IL2CPP.ILPreProcessor.TypeResolver(this._typeDefinitionContext as GenericInstanceType, genericInstanceMethod);
        }