SourceProfile.Clone Method

Definition

Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll

Creates a new object that is a copy of the current instance.

object Clone()

Remarks

This method is used to create a copy of the current instance of the SourceProfile class. The copy is made by calling the Copy method with a new instance of the SourceProfile class and the current instance as parameters.

See Also