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

Syntax

C#
public abstract class ConfigurationCollectionBase<T> : VirtualCollectionBase<T>
where T : class, IIndexed, INotifyPropertyChanged
Visual Basic
Public MustInherit Class ConfigurationCollectionBase(Of T As {Class, IIndexed, INotifyPropertyChanged})
	Inherits VirtualCollectionBase(Of T)

Type Parameters

T

Inheritance Hierarchy

See Also