Share via


RestApiSecurityRequirement.IDictionary<RestApiSecurityScheme,IList<String>>.Remove Method

Definition

Removes the element with the specified key from the IDictionary<TKey,TValue>.

bool IDictionary<RestApiSecurityScheme,IList<string>>.Remove(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key);
abstract member System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Remove : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
override this.System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Remove : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
Function Remove (key As RestApiSecurityScheme) As Boolean Implements IDictionary(Of RestApiSecurityScheme, IList(Of String)).Remove

Parameters

Returns

Implements

Applies to