Exemple #1
0
        internal SLIconFilter Clone()
        {
            SLIconFilter icf = new SLIconFilter();
            icf.IconSet = this.IconSet;
            icf.IconId = this.IconId;

            return icf;
        }
        internal SLIconFilter Clone()
        {
            SLIconFilter icf = new SLIconFilter();

            icf.IconSet = this.IconSet;
            icf.IconId  = this.IconId;

            return(icf);
        }