Class DictionaryExtensions
Extension methods for Dictionary<TKey, TValue> objects.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class DictionaryExtensions
Methods
| Name | Description |
|---|---|
| First<TKey, TValue>(Dictionary<TKey, TValue>) | Gets the first element in the dictionary. |