Summary
    Retrieves the index of a specified 
		NAnt.Core.Types.XsltParameter object in the collection.
    - Assembly
- NAnt.Core .dll 
- Namespace
- NAnt.Core .Types 
- Containing Type
- XsltParameter Collection 
Syntax
public int IndexOf(XsltParameter item)Parameters
| Name | Type | Description | 
|---|---|---|
| item | XsltParameter | The NAnt.Core.Types.XsltParameterobject for which the index is returned. | 
Return Value
| Type | Description | 
|---|---|
| int | The index of the specified NAnt.Core.Types.XsltParameter. If theNAnt.Core.Types.XsltParameteris not currently a member of the collection, it returns -1. | 
