Exemplo n.º 1
0
        internal override SdtControlProperties Clone()
        {
            SdtDropDownListBase base2 = (SdtDropDownListBase)base.MemberwiseClone();

            base2.sdtListItemCollection_0       = this.sdtListItemCollection_0.method_0();
            base2.sdtListItemCollection_0.Owner = null;
            return(base2);
        }
Exemplo n.º 2
0
 internal SdtListItemCollection(SdtDropDownListBase A_0)
 {
     this.sdtDropDownListBase_0 = A_0;
 }