Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void Update(
	params byte[] bytes
)
Visual Basic
Public Sub Update ( _
	ParamArray bytes As Byte() _
)
Visual C++
public:
void Update(
	... array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]

See Also