Mono.Cecil.TypeResolver.Nested C# (CSharp) Method

Nested() private method

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