Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Gets the array of arguments used to invoke the method.

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

Syntax

C#
public virtual Object[] Parameters { get; }

Field Value

The array of arguments used to invoke the method.

See Also