Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Create a clone of the specified binary region.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static byte[] Clone(
	byte[] ab,
	int of,
	int cb
)

Parameters

ab
Type: array< System..::.Byte >[]()[]
The byte array containing the binary region to copy from.
of
Type: System..::.Int32
The offset of the binary region within ab.
cb
Type: System..::.Int32
The size in bytes of the binary region to copy.

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.Binary.Clone(System.Byte[],System.Int32,System.Int32)"]

See Also