BigInteger UnaryPlus Operator SSH .NET Client Library Documentation
Returns the value of the BigInteger operand. (The sign of the operand is unchanged.)

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public static BigInteger operator +(
	BigInteger value
)

Return Value

The value of the value operand.
See Also