CSReportDll.cReportSection.releaseReferences C# (CSharp) 메소드

releaseReferences() 개인적인 메소드

private releaseReferences ( ) : void
리턴 void
        private void releaseReferences()
        {
            if (m_sectionLines != null)
            {
                if (m_sectionLines.getCopyColl() != null)
                {
                    m_sectionLines.getCopyColl().clear();
                    m_sectionLines.setCopyColl(null);
                }
                m_sectionLines = null;
            }
            m_aspect = null;
            m_formulaHide = null;
        }