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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum CloneType
Members
  Member nameValueDescription
Auto0
Disable1
Shallow2
Deep3
See Also