Edit

Share via


JsonObject.IList<KeyValuePair<String,JsonNode>>.IndexOf Method

Definition

 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

Parameters

Returns

Implements

Applies to