RestApiSecurityRequirement.IReadOnlyDictionary<RestApiSecurityScheme,IList<String>>.TryGetValue 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.
System.Object.System#Collections#Generic#IReadOnlyDictionary{Microsoft#SemanticKernel#Plugins#OpenApi#RestApiSecurityScheme@System#Collections#Generic#IList{System#String}}#TryGetValue(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList{System.String}@)
bool IReadOnlyDictionary<RestApiSecurityScheme,IList<string>>.TryGetValue(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key, out System.Collections.Generic.IList<string> value);
abstract member System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.TryGetValue : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme * IList -> bool
override this.System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.TryGetValue : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme * IList -> bool
Function TryGetValue (key As RestApiSecurityScheme, ByRef value As IList(Of String)) As Boolean Implements IReadOnlyDictionary(Of RestApiSecurityScheme, IList(Of String)).TryGetValue