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

Gets or sets element type if this is a uniform collection.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected int UniformElementType { get; set; }

Field Value

Type of elements if this is a uniform collection; T_UNKNOWN()()() otherwise.

See Also