Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Removes from the current collection a range of elements starting at a specified index number (position) in the collection.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.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
The index number in the current collection where you want the removal of elements to begin.
- count
Type: System. . :: . .Int32
The number of elements you want to remove from the current collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.