FurreList.RemoveAt Method

FFF3PP

FurreListRemoveAt Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Removes the IListT item at the specified index.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( 
	index As Integer
)

Dim instance As FurreList
Dim index As Integer

instance.RemoveAt(index)
public:
virtual void RemoveAt(
	int index
) sealed
abstract RemoveAt : 
        index : int -> unit 
override RemoveAt : 
        index : int -> unit 

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.

Implements

IListTRemoveAt(Int32)
See Also