Abstract base class for collections of CTC and switchboard objects.

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
[SerializableAttribute]
public abstract class CtcObjectListBase<T> : ICtcObjectListBase, 
	ISerializable, IDeserializationComplete, IEnumerable<T>
where T : CtcObjectBase
Visual Basic
<SerializableAttribute> _
Public MustInherit Class CtcObjectListBase(Of T As CtcObjectBase) _
	Implements ICtcObjectListBase, ISerializable, IDeserializationComplete, IEnumerable(Of T)

Type Parameters

T

Inheritance Hierarchy

See Also