Namespace:  Endeca.Data.Content.Collections
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 1.0.0.0 (1.0.1.0)

Syntax

C#
public class PropertyCollection : ReadOnlyKeyedCollection<string, IProperty>
Visual Basic (Declaration)
Public Class PropertyCollection _
	Inherits ReadOnlyKeyedCollection(Of String, IProperty)
Visual C++
public ref class PropertyCollection : public ReadOnlyKeyedCollection<String^, IProperty^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.ReadOnlyCollection<(Of <(IProperty>)>)
    Endeca.Data.Content.Collections..::.ReadOnlyKeyedCollection<(Of <(String, IProperty>)>)
      Endeca.Data.Content.Collections..::.PropertyCollection

See Also