2027 Method
Changes 0
M

ChangeType.ConcatenateChangeTypes

Description:
Creates a ChangeType that is a union of the two input ChangeTypes
public static ChangeType ConcatenateChangeTypes(
	ChangeType changeType1,
	ChangeType changeType2
)
  • changeType1
    First input ChangeType to be concatenated
  • changeType2
    Second input ChangeType to be concatenated
Return Value ChangeType A new ChangeType that is a concatenation/union of the input change types