InitialSessionStateEntryCollection<T>.RemoveItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveItem(Int32) | |
RemoveItem(Int32, Int32) |
Remove a number of items starting at the specified index. |
RemoveItem(Int32)
public:
void RemoveItem(int index);
public:
void RemoveItem(int index);
void RemoveItem(int index);
public void RemoveItem (int index);
member this.RemoveItem : int -> unit
Public Sub RemoveItem (index As Integer)
Parameters
- index
- Int32
Applies to
RemoveItem(Int32, Int32)
Remove a number of items starting at the specified index.
public:
void RemoveItem(int index, int count);
public:
void RemoveItem(int index, int count);
void RemoveItem(int index, int count);
public void RemoveItem (int index, int count);
member this.RemoveItem : int * int -> unit
Public Sub RemoveItem (index As Integer, count As Integer)
Parameters
- index
- Int32
- count
- Int32