21c32660 9de4 9571 9d83 5f21171d6114 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

ArgumentRelations.IndexOf Method

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

Syntax

C#

public int IndexOf(
	string label
)

Parameters

 

label
Type: System.String
The label of the element to get the index for.

Return Value

Type: Int32
The index of the first occurrence within the available range of elements or -1 if not found.

Implements

IArgumentRelations.IndexOf(String)

Remarks

This method returns the index for provided label or -1 if not found.

See Also

Reference

ArgumentRelations Class
Plexdata.Utilities.Formatting.Entities Namespace

⚠️ **GitHub.com Fallback** ⚠️