共用方式為


JsonObject.IList<KeyValuePair<String,JsonNode>>.IndexOf 方法

定義

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

參數

傳回

實作

適用於