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