BigInteger Addition Operator SSH .NET Client Library Documentation
Adds the values of two specified BigInteger objects.

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 left,
	BigInteger right
)

Return Value

The sum of left and right.
See Also