CSReportDll.cReportPages.remove C# (CSharp) 메소드

remove() 공개 메소드

public remove ( String key ) : void
key String
리턴 void
        public void remove(String key)
        {
            this.BaseRemove(key);
        }

Same methods

cReportPages::remove ( int index ) : void