System.Xml.Serialization.CodeGenerator.EndMethod C# (CSharp) Method

EndMethod() private method

private EndMethod ( ) : MethodBuilder
return MethodBuilder
        internal MethodBuilder EndMethod()
        {
            MarkLabel(_methodEndLabel);
            Ret();

            MethodBuilder retVal = null;
            retVal = _methodBuilder;
            _methodBuilder = null;
            _ilGen = null;
            _freeLocals = null;
            _blockStack = null;
            _whileStack = null;
            _argList = null;
            _currentScope = null;
            retLocal = null;
            return retVal;
        }