Share via


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

Definition

Determines whether the IDictionary<TKey,TValue> contains an element with the specified key.

bool IDictionary<RestApiSecurityScheme,IList<string>>.ContainsKey(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key);
abstract member System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.ContainsKey : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
override this.System.Collections.Generic.IDictionary<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 IDictionary(Of RestApiSecurityScheme, IList(Of String)).ContainsKey

Parameters

Returns

Implements

Applies to