IGenericCloneableT
IGenericCloneable<T> interface
Represents generic version of ICloneable
public interface IGenericCloneable<T> : ICloneable
| Parameter | Description |
|---|---|
| T | The type of object to clone |
Properties
| Name | Description |
|---|---|
| AsICloneable { get; } | Returns ICloneable interface. |
Methods
| Name | Description |
|---|---|
| CloneT() | Creates a new object that is a copy of the current instance. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides