Table of Contents

Method Clone

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Clone()

Creates a deep clone of this DataSource instance.

public DataSource Clone()

Returns

DataSource

A new DataSource instance that is a deep clone of the current instance, ensuring that modifications to the clone do not affect the original.