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

Decorate the specified Binary with the specified integer decoration.

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

Syntax

C#
public static Binary DecorateBinary(
	Binary binValue,
	int decoration
)

Parameters

binValue
Type: Tangosol.Util..::.Binary
The Binary to be decorated.
decoration
Type: System..::.Int32
The integer decoration.

Return Value

The decorated (with integer decoration) Binary object.

See Also