The CryptographicCollection<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds an item to the collection.
| |
Clear |
Removes all elements from the collection.
| |
Contains |
Determines whether the collection contains the specified item.
| |
CopyTo(Array, Int32) |
Copies the range of elements from the CryptographicCollection to a compatible one-dimensional
Array, starting at the specified index of the target array.
(Inherited from CryptographicCollection.) | |
CopyTo(array<T>[]()[][], Int32) |
Copies the range of elements from the collection to a compatible one-dimensional
array, starting at the specified index of the target array.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Returns a position of the specified item within the collection, or -1 if not found.
| |
Insert |
Adds an item to the collection at the specified position.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes an item from the collection.
| |
RemoveAt |
Removes an item at the specified position from the collection.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of items in the CryptographicCollection.
(Inherited from CryptographicCollection.) | |
IsReadOnly |
Returns a value indicating whether the collection is read-only.
| |
IsSynchronized |
Gets a value indicating whether access to the CryptographicCollection is synchronized.
(Inherited from CryptographicCollection.) | |
Item |
Gets or sets an instance of an item at the specified index.
| |
SyncRoot |
Gets an object that can be used to synchronize access to the CryptographicCollection.
(Inherited from CryptographicCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<(Of <<'(T>)>>)..::..GetEnumerator |