JsonWebKeyVerifier.AddItem<T>(ICollection<T>, T) 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.
protected static void AddItem<T> (ref System.Collections.Generic.ICollection<T> items, T newItem);
static member AddItem : ICollection * 'T -> unit
Protected Shared Sub AddItem(Of T) (ByRef items As ICollection(Of T), newItem As T)
Type Parameters
- T
Parameters
- items
- ICollection<T>
- newItem
- T