Length.op_Addition

Length Addition operator

Implements the operator +.

public static Length operator +(Length a, Length b)
ParameterTypeDescription
aLengthParameter a.
bLengthParameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentNullExceptionArguments are null
ArgumentExceptionArguments have different types or Arguments have different resolution or

See Also