| Visual Basic (Declaration) | |
|---|---|
Public Function Clone() As XmlFastInfosetWriterProfile | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriterProfile Dim value As XmlFastInfosetWriterProfile value = instance.Clone() | |
| C# | |
|---|---|
public XmlFastInfosetWriterProfile Clone() | |
| Delphi | |
|---|---|
public function Clone(): XmlFastInfosetWriterProfile; | |
| JScript | |
|---|---|
public function Clone() : XmlFastInfosetWriterProfile; | |
| Managed Extensions for C++ | |
|---|---|
public: XmlFastInfosetWriterProfile* Clone(); | |
| C++/CLI | |
|---|---|
public: XmlFastInfosetWriterProfile^ Clone(); | |