ChangeType.ConcatenateChangeTypes
Method
Description:
Creates a ChangeType that is a union of the two input ChangeTypes
Creates a ChangeType that is a union of the two input ChangeTypes
Syntax
public static ChangeType ConcatenateChangeTypes(
ChangeType changeType1,
ChangeType changeType2
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| changeType1 | ChangeType | First input ChangeType to be concatenated |
| changeType2 | ChangeType | Second input ChangeType to be concatenated |
Return Value
| Type | Description |
|---|---|
| ChangeType | A new ChangeType that is a concatenation/union of the input change types |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |