Namespace: CodeSmith.Engine.Schema
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class PropertyCollection : KeyedCollection<string, Property>
Visual Basic
<SerializableAttribute>
Public Class PropertyCollection
	Inherits KeyedCollection(Of String, Property)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Property>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, Property>)>)>
      CodeSmith.Engine.Schema..::..PropertyCollection

See Also