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

item() 공개 메소드

public item ( String key ) : cReportPage
key String
리턴 cReportPage
        public cReportPage item(String key)
        {
            try
            {
                return (cReportPage)this.BaseGet(key); ;
            }
            catch
            {
                return null;
            }
        }

Same methods

cReportPages::item ( int index ) : cReportPage