CryptographicCollection<T>.Add Method Namespace: Rebex.Security.Cryptography Assembly: Rebex.Common.dll Add(T) Adds an item to the collection. Declaration public void Add(T item) Parameters Type Name Description T item Item to add. Implements ICollection<T>.Add(T)