<Code Lib>
2021 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
)

Return Value ChangeType A new ChangeType that is a concatenation/union of the input change types

Loading…