Mono.Cecil.TypeResolver.Nested C# (CSharp) 메소드

Nested() 개인적인 메소드

private Nested ( Mono.Cecil.GenericInstanceMethod genericInstanceMethod ) : TypeResolver
genericInstanceMethod Mono.Cecil.GenericInstanceMethod
리턴 TypeResolver
        internal TypeResolver Nested(GenericInstanceMethod genericInstanceMethod)
        {
            return new TypeResolver (_typeDefinitionContext as GenericInstanceType, genericInstanceMethod);
        }