RevitLookup.CmdTestShell.RemoveAndFreeTestFuncs C# (CSharp) Method

RemoveAndFreeTestFuncs() private method

private RemoveAndFreeTestFuncs ( ) : void
return void
        private void RemoveAndFreeTestFuncs()
        {
            foreach( RevitLookupTestFuncs testFunc in m_tests )
              {
            RevitLookupTestFuncs.RemoveTestFuncsFromFramework( testFunc );
              }
        }