LengthOrAuto.op_Implicit

LengthOrAuto Implicit operator

Performs an implicit conversion from Length to LengthOrAuto.

public static implicit operator LengthOrAuto(Length length)
ParameterTypeDescription
lengthLengthThe value.

Return Value

The result of the conversion.

See Also