21c32660 9de4 9571 9d83 5f21171d6114 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Returns the index for provided label or -1
if not found.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public int IndexOf(
string label
)
- label
- Type: System.String
The label of the element to get the index for.
Type: Int32
The index of the first occurrence within the available range of elements or -1
if not found.
IArgumentRelations.IndexOf(String)
This method returns the index for provided label or -1
if not found.
ArgumentRelations Class
Plexdata.Utilities.Formatting.Entities Namespace