Syntax

C#
public class DeviceTypeContexts
Visual Basic (Declaration)
Public Class DeviceTypeContexts
Visual C++
public ref class DeviceTypeContexts

The type exposes the following members.

Public Constructors

Public Methods

  NameDescription
Public methodAdd
Adds an element with the specified key and value into the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodClear
Removes all elements from the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodContainsKey
Determines whether the SortedList<(Of <TKey, TValue>)> contains a specific key.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodContainsValue
Determines whether the SortedList<(Of <TKey, TValue>)> contains a specific value.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOfKey
Searches for the specified key and returns the zero-based index within the entire SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodIndexOfValue
Searches for the specified value and returns the zero-based index of the first occurrence within the entire SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodRemove
Removes the element with the specified key from the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodRemoveAt
Removes the element at the specified index of the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTrimExcess
Sets the capacity to the actual number of elements in the SortedList<(Of <TKey, TValue>)>, if that number is less than 90 percent of current capacity.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public methodTryGetValue (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)

Protected Methods

  NameDescription
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Properties

  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the SortedList<(Of <TKey, TValue>)> can contain.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public propertyComparer
Gets the IComparer<(Of <T>)> for the sorted list.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public propertyCount
Gets the number of key/value pairs contained in the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public propertyGetDeviceTypeContext
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public propertyKeys
Gets a collection containing the keys in the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Public propertyValues
Gets a collection containing the values in the SortedList<(Of <TKey, TValue>)>.
(Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICollection<(Of <KeyValuePair<(Of <TKey, TValue>)>>)>..::Add (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodICollection<(Of <KeyValuePair<(Of <TKey, TValue>)>>)>..::Contains (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodICollection<(Of <KeyValuePair<(Of <TKey, TValue>)>>)>..::CopyTo (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyICollection<(Of <KeyValuePair<(Of <TKey, TValue>)>>)>..::IsReadOnly (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodICollection<(Of <KeyValuePair<(Of <TKey, TValue>)>>)>..::Remove (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyIDictionary<(Of <TKey, TValue>)>..::Keys (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyIDictionary<(Of <TKey, TValue>)>..::Values (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodIEnumerable<(Of <KeyValuePair<(Of <TKey, TValue>)>>)>..::GetEnumerator (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodICollection..::CopyTo (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyICollection..::IsSynchronized (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyICollection..::SyncRoot (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodIDictionary..::Add (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodIDictionary..::Contains (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodIDictionary..::GetEnumerator (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyIDictionary..::IsFixedSize (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyIDictionary..::IsReadOnly (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyIDictionary..::Item (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyIDictionary..::Keys (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodIDictionary..::Remove (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate propertyIDictionary..::Values (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)
Explicit interface implemetationPrivate methodIEnumerable..::GetEnumerator (Inherited from SortedList<(Of <String, HarmonyAPI..::DeviceTypeContext>)>.)

See Also