RestApiSecurityRequirement.IDictionary<RestApiSecurityScheme,IList<String>>.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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