Share via


RestApiSecurityRequirement.ICollection<KeyValuePair<RestApiSecurityScheme,IList<String>>>.Remove Method

Definition

Removes the first occurrence of a specific object from the ICollection<T>.

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

Parameters

Returns

Implements

Applies to