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

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

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

Syntax

C#
protected int UniformElementType { get; set; }

Field Value

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

See Also