RemoveAt

PersonCollection.RemoveAt method

Removes the person at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero-based index of the person to remove.

See Also