Share via


JsonObject.ICollection<KeyValuePair<String,JsonNode>>.Remove Method

Definition

bool ICollection<KeyValuePair<string,JsonNode>>.Remove (System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode>>.Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode>>.Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode> -> bool
Function Remove (item As KeyValuePair(Of String, JsonNode)) As Boolean Implements ICollection(Of KeyValuePair(Of String, JsonNode)).Remove

Parameters

Returns

Implements

Applies to