ByteBuffer(Int32) Constructor

Creates a new instance of byte buffer and fills it with count zeros.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public ByteBuffer(
	int count
)

Parameters

count  Int32

See Also