Returns the zero-based index of the first occurrence of the specified NameValueEntry in the IStringStringList.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
int IndexOf(
	NameValueEntry entry
)
Visual Basic
Function IndexOf ( 
	entry As NameValueEntry
) As Integer

Return Value

Type: Int32
The zero-based index of the first occurrence of entry in the IStringStringList, if found; otherwise, -1.

Remarks

Please refer to IndexOf(Object) for details.

See Also