Enum DuplicateNameHandling
Represents how duplicate names should be handled.
public enum DuplicateNameHandling
- Extension Methods
Fields
Overwrite = 0
Overwrite original value with new value.
Ignore = 1
Ignore duplicate name and keep original value.
ThrowException = 2
Throw an exception.