JsonObject.IList<KeyValuePair<String,JsonNode>>.RemoveAt 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual void System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.RemoveAt(int index) = System::Collections::Generic::IList<System::Collections::Generic::KeyValuePair<System::String ^, System::Text::Json::Nodes::JsonNode ^>>::RemoveAt;
void IList<KeyValuePair<string,JsonNode>>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of KeyValuePair(Of String, JsonNode)).RemoveAt
参数
- index
- Int32