コード例 #1
0
        public override BindingElement Clone()
        {
            StrippingChannelBindingElement other = new StrippingChannelBindingElement(this);

            return(other);
        }
コード例 #2
0
 protected StrippingChannelBindingElement(StrippingChannelBindingElement other)
     : base(other)
 {
 }