[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.WPF.Core Assembly
C1.WPF.Core
Interfaces
IOrderedSet<T>
Methods
RemoveRange
dotnet-api
C1.WPF.Core Assembly
C1.WPF
C1.WPF.Core
Classes
Structs
Enums
Interfaces
ICharRange
ILogicalParent
IOrderedSet<T>
Properties
Methods
AddRange
RemoveRange
IScrollViewerLargeScrolling
ISpellChecker
IThemeProvider
Delegates
C1.WPF.Core.Automation
C1.WPF.Localization
(Showing Draft Content)
C1.WPF.Core.IOrderedSet-1.RemoveRange
RemoveRange Method
RemoveRange(T, T)
Removes a range of elements.
Declaration
bool RemoveRange(T from, T to)
Parameters
Type
Name
Description
T
from
From element.
T
to
To element.
Returns
Type
Description
bool