b9401b18 1750 01a0 5462 26460ba3516e - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Searches for the specified object and returns the zero-based index of the first occurrence or -1
if not found.
Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
int IndexOf(
string label
)
- label
- Type: System.String
The label of the element to get the index for.
Type: Int32
The zero-based index of the first occurrence within the available range of elements or -1
if not found.
This method searches for the specified object and returns the zero-based index of the first occurrence within the available range of elements or -1
if not found.
IArgumentRelations Interface
Plexdata.Utilities.Formatting.Interfaces Namespace
IArgumentRelations.Contains(String)