ORM Sample Class Library

CollectionTemplate Class

Abstract class. Provides Comparison opreations for use with the CompareType enumerator

For a list of all members of this type, see CollectionTemplate Members.

System.Object
   CollectionBase
      CollectionTemplate

[Visual Basic]
<Serializable>
MustInherit Public Class CollectionTemplate
Inherits CollectionBase
Implements IBindingList, ITypedList, IComponent, IDisposable
[C#]
[Serializable]
public abstract class CollectionTemplate : CollectionBase, IBindingList, ITypedList, IComponent, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: OrmLib

Assembly: OrmLib (in OrmLib.dll)

See Also

CollectionTemplate Members | OrmLib Namespace


mObjectClassTopic.htm">Object.

Protected Instance Methods