'Declaration Public Overridable Sub CopyTo( _
ByVal targetEncoder to copy the state of the current object to.As EncoderBase _
)
public virtual void CopyTo(
EncoderBase target
)
public: virtual void CopyTo(
EncoderBase* target
)
public:
virtual void CopyTo(
EncoderBase^ target
)
Parameters
- target
- Encoder to copy the state of the current object to.