RestApiSecurityRequirement.IDictionary<RestApiSecurityScheme,IList<String>>.Add 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.
Adds an element with the provided key and value to the IDictionary<TKey,TValue>.
void IDictionary<RestApiSecurityScheme,IList<string>>.Add(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key, System.Collections.Generic.IList<string> value);
abstract member System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Add : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme * System.Collections.Generic.IList<string> -> unit
override this.System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Add : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme * System.Collections.Generic.IList<string> -> unit
Sub Add (key As RestApiSecurityScheme, value As IList(Of String)) Implements IDictionary(Of RestApiSecurityScheme, IList(Of String)).Add