Removes a range of elements.
Namespace:
C1.WPF
Assembly:
C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
bool RemoveRange(
T from,
T to
) |
Visual Basic |
---|
Function RemoveRange ( _
from As T, _
to As T _
) As Boolean |
Parameters
- from
- Type: T
From element.
- to
- Type: T
To element.
Return Value
See Also