Overload | Description |
---|---|
IndexOf(String,String) | Searches for the XMLSSAttribute with the specified prefix and local name and returns the zero-based index of the first occurrence within the collection. |
IndexOf(String) | Searches for the XMLSSAttribute using only the specified local name and returns the zero-based index of the first occurrence within the collection. |
IndexOf(XMLSSAttribute) | Searches for the XMLSSAttribute using only the specified local name and returns the zero-based index of the first occurrence within the collection. |