MultiDecodeType.Exclude

MultiDecodeType.Exclude method

Excludes SingleDecodeType from the MultiDecodeType and returns new MultiDecodeType instance.

public MultiDecodeType Exclude(SingleDecodeType singleType)
ParameterTypeDescription
singleTypeSingleDecodeTypeA Single DecodeType to be excluded.

Return Value

New MultiDecodeType instance with excluded SingleDecodeType.

See Also