Represents a read-only collection of IAttributeValue instances. This collection provides a multi-map like abstraction, in which multiple IAttributeValue instances that share a key can be present in the collection.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public interface IAttributeMap : IEnumerable<IAttributeValue>, 
	IEnumerable
Visual Basic (Declaration)
Public Interface IAttributeMap _
	Implements IEnumerable(Of IAttributeValue), IEnumerable
Visual C++
public interface class IAttributeMap : IEnumerable<IAttributeValue^>, 
	IEnumerable

See Also