b9401b18 1750 01a0 5462 26460ba3516e - akesseler/Plexdata.Utilities.Templates GitHub Wiki

IArgumentRelations.IndexOf Method

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

Syntax

C#

int IndexOf(
	string label
)

Parameters

 

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

Return Value

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

Remarks

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.

See Also

Reference

IArgumentRelations Interface
Plexdata.Utilities.Formatting.Interfaces Namespace
IArgumentRelations.Contains(String)

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