SWFProcessing.SWFModeller.ABC.DoABC.MethodProc C# (CSharp) Method

MethodProc() private method

Process all the methods in this code block.
private MethodProc ( AbcCode mp ) : void
mp AbcCode A delegate function that will process each method somehow.
return void
        internal void MethodProc(AbcCode.MethodProcessor mp)
        {
            this.Code.MethodProc(mp);
        }