menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDocIOCloneable - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDocIOCloneable

    Supports cloning, which creates a new instance of a class with the same value as an existing instance.

    Namespace: Syncfusion.CompoundFile.DocIO
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public interface IDocIOCloneable

    Methods

    Clone()

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

    Declaration
    object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved