XmlSchemaReferenceCollection.

Remove(XmlSchemaReference) Method

Summary

Removes a member from the collection.

Syntax

public void Remove(XmlSchemaReference item)

Parameters

Name Type Description
item XmlSchemaReference The NAnt.Contrib.Types.XmlSchemaReference to remove from the collection.

Return Value

Type Description
void