StringValues.IList<String>.IndexOf(String) 메서드

정의

에서 항목이 처음 나타나는 인덱스(0부터 시작) StringValues를 반환합니다.

 virtual int System.Collections.Generic.IList<System.String>.IndexOf(System::String ^ item) = System::Collections::Generic::IList<System::String ^>::IndexOf;
int IList<string>.IndexOf(string? item);
abstract member System.Collections.Generic.IList<System.String>.IndexOf : string -> int
override this.System.Collections.Generic.IList<System.String>.IndexOf : string -> int
Function IndexOf (item As String) As Integer Implements IList(Of String).IndexOf

매개 변수

item
String

에서 찾을 문자열입니다 StringValues.

반품

(있는 경우) 내에서 item처음 발견되는 인덱스(있는 경우)의 StringValues 인덱스(0부터 시작)이고, 그렇지 않으면 -1입니다.

구현

적용 대상