[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-framework-api
C1.WPF.4.6.2 Assembly
C1.WPF
Interfaces
IOrderedSet<T>
Methods
RemoveRange
dotnet-framework-api
C1.WPF.4.6.2 Assembly
C1.Silverlight.Resources
C1.WPF
Classes
Structs
Enums
Interfaces
IC1ContextMenu
IC1SupportIncrementalLoading
ICharRange
IOrderedSet<T>
Properties
Methods
AddRange
RemoveRange
ISpellChecker
Delegates
C1.WPF.Localization
C1.WPF.FinancialChart.4.6.2 Assembly
C1.WPF.FlexChart.4.6.2 Assembly
(Showing Draft Content)
C1.WPF.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