Click or drag to resize

CloneType Enumeration

Enumerates possible ways to clone field and property values.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CloneType
Members
Member nameValueDescription
Auto0 
Disable1 
Shallow2 
Deep3 
See Also