StringSegmentSplitOptionsBitwiseOr Operator

Performs a bitwise OR operation on the provided operands.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static StringSegmentSplitOptions operator |(
	StringSegmentSplitOptions left,
	StringSegmentSplitOptions right
)

Parameters

left  StringSegmentSplitOptions
The left operand.
right  StringSegmentSplitOptions
The right operand.

Return Value

StringSegmentSplitOptions
The result of the bitwise OR operation.

See Also