Method IndexOfName
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.dll
IndexOfName(string, bool)
Returns index of the item within collection by it's name.
public virtual int IndexOfName(string name, bool caseSensitive)
Parameters
namestringSpecifies Name property of item to locate.
caseSensitiveboolIndicates whether search should be case sensitive.
Returns
- int
Index of found item.