Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TransactionFlowBindingElement::Clone Method ()

 

Creates a duplicate of this element.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual BindingElement^ Clone() override

Return Value

Type: System.ServiceModel.Channels::BindingElement^

A BindingElement that is a duplicate of this element.

This method creates a deep clone of this binding element. A deep clone of an object creates a copy of the object and a copy of everything directly or indirectly referenced by that object. (This is also called copying the entire object graph.) A shallow clone of an object, by contrast, is a copy of the object only. If the object contains references to other objects, the shallow copy does not create copies of the referred objects; instead, it copies only the references to the original objects.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft