Represents a collection of Synchronizer.

Namespace:  PerpetuumSoft.DataModel.MsSql.Synchronizers
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class SynchronizerCollection<T> : KeyedCollection<Element, T>
where T : Synchronizer
Visual Basic (Declaration)
Public NotInheritable Class SynchronizerCollection(Of T As Synchronizer) _
	Inherits KeyedCollection(Of Element, T)
Visual C++
generic<typename T>
where T : Synchronizer
public ref class SynchronizerCollection sealed : public KeyedCollection<Element^, T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:PerpetuumSoft.DataModel.MsSql.Synchronizers.SynchronizerCollection`1"]

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(T>)>)
    System.Collections.ObjectModel..::.KeyedCollection<(Of <(Element, T>)>)
      PerpetuumSoft.DataModel.MsSql.Synchronizers..::.SynchronizerCollection<(Of <(T>)>)

See Also