Share via


RemoveRange Method

[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

See Also

Reference

UIElementCollection Class

Microsoft.SPOT.Presentation Namespace