CSReportDll.cReportConnectsAux.cReportConnectsAux C# (CSharp) Method

cReportConnectsAux() public method

public cReportConnectsAux ( IDictionary d, System.Boolean bReadOnly ) : System
d IDictionary
bReadOnly System.Boolean
return System
        public cReportConnectsAux(IDictionary d, Boolean bReadOnly)
        {
            foreach (DictionaryEntry de in d)
            {
                this.BaseAdd((String)de.Key, de.Value);
            }
            this.IsReadOnly = bReadOnly;
        }

Same methods

cReportConnectsAux::cReportConnectsAux ( ) : System