[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.ProxyCollection-1

ProxyCollection<T> Class

Collection class used in C1TextElement inherited classes.

Inheritance
ProxyCollection<T>
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class ProxyCollection<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable where T : C1TextElement
Type Parameters
Name Description
T

The type of items in the collection.

Properties

Name Description
Count
IsFixedSize
IsReadOnly
IsSynchronized
this[int]
SyncRoot

Methods

Name Description
Add(object)
Add(T)
Clear()
Contains(object)
Contains(T)
CopyTo(Array, int)
CopyTo(T[], int)
GetEnumerator()
IndexOf(object)
IndexOf(T)
Insert(int, object)
Insert(int, T)
Remove(object)
Remove(T)
RemoveAt(int)