RemoveAt

ResourceAssignmentCollection.RemoveAt method

Removes assignment at specified index, if collection is not read-only, otherwise throws NotSupportedException.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Zero-based index.

See Also