Represents the collection of TextItem elements.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public class TextItemCollection : CollectionBase
Visual Basic (Declaration)
Public Class TextItemCollection _
	Inherits CollectionBase
Visual C++
public ref class TextItemCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Instrumentation.Model..::.TextItemCollection

See Also