Example #1
0
        internal SLDynamicFilter Clone()
        {
            SLDynamicFilter df = new SLDynamicFilter();
            df.Type = this.Type;
            df.Val = this.Val;
            df.MaxVal = this.MaxVal;

            return df;
        }
Example #2
0
        internal SLDynamicFilter Clone()
        {
            SLDynamicFilter df = new SLDynamicFilter();

            df.Type   = this.Type;
            df.Val    = this.Val;
            df.MaxVal = this.MaxVal;

            return(df);
        }