CopyTo Method
Microsoft Robotics Class Reference
Copies the data member values of the current TestList to the specified target object
Namespace: Microsoft.Dss.Services.Test.Proxy
Assembly: Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0
Syntax
public virtual void CopyTo(
IDssSerializable target
)
'Declaration
Public Overridable Sub CopyTo ( _
target As IDssSerializable _
)
public:
virtual void CopyTo(
IDssSerializable^ target
)
Parameters
- target
Type: Microsoft.Dss.Core. . :: .IDssSerializable
target object (must be an instance of)
Implements
IDssSerializable. . :: .CopyTo(IDssSerializable)