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

Syntax

C#
public PropertyCollection(
	KeyedCollection<string, IProperty> collection
)
Visual Basic (Declaration)
Public Sub New ( _
	collection As KeyedCollection(Of String, IProperty) _
)
Visual C++
public:
PropertyCollection(
	KeyedCollection<String^, IProperty^>^ collection
)

See Also