BatchedObservableCollection<T>.RemoveRange Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub RemoveRange ( _
index As Integer, _
count As Integer _
)
public void RemoveRange(
int index,
int count
)
public:
void RemoveRange(
int index,
int count
)
member RemoveRange :
index:int *
count:int -> unit
public function RemoveRange(
index : int,
count : int
)
Parameters
- index
Type: System.Int32
- count
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.