Share via


RestApiSecurityRequirement.IReadOnlyDictionary<RestApiSecurityScheme,IList<String>>.ContainsKey Method

Definition

Determines whether the read-only dictionary contains an element that has the specified key.

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

Parameters

Returns

Implements

Applies to