DataTypeCollectionBase.

RemoveAt(int) Method

Summary

Removes an item at a specific index.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
DataTypeCollectionBase

Syntax

public void RemoveAt(int index)

Parameters

Name Type Description
index int The zero-based index of the item to remove.

Return Value

Type Description
void