InitialSessionStateEntryCollection<T>.RemoveItem Method

Definition

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

Applies to