Class SelectionRangeCollection
Inheritance
System.Object
SelectionRangeCollection
Namespace: Telerik.Windows.Documents.Selection
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SelectionRangeCollection : Object, ICollection<SelectionRange>, IEnumerable<SelectionRange>, IEnumerable
Constructors
SelectionRangeCollection()
Declaration
public SelectionRangeCollection()
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
First
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Last
Methods
Add(SelectionRange)
Clear()
Declaration
public void Clear()
Contains(SelectionRange)
Declaration
public bool Contains(SelectionRange item)
Parameters
SelectionRange
item
|
Returns
System.Boolean
|
CopyTo(SelectionRange[], Int32)
Declaration
public void CopyTo(SelectionRange[] array, int arrayIndex)
Parameters
SelectionRange[]
array
|
System.Int32
arrayIndex
|
GetEnumerator()
Declaration
public IEnumerator<SelectionRange> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<SelectionRange>
|
Remove(SelectionRange)
Declaration
public bool Remove(SelectionRange item)
Parameters
SelectionRange
item
|
Returns
System.Boolean
|