RTFNodeCollection is the collection for RTF Nodes

Namespace: CuteEditor.Convertor.RTF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class RTFNodeCollection : CollectionBase
Visual Basic
Public Class RTFNodeCollection _
	Inherits CollectionBase
Visual C++
public ref class RTFNodeCollection : public CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    CuteEditor.Convertor.RTF..::..RTFNodeCollection

See Also