API reference
API reference
Select your platform
No SDKs available
No versions available

DictionaryScope Struct

Extends System.IDisposable

Constructors

DictionaryScope ( dictionary )
Signature
OVRObjectPool.DictionaryScope< TKey, TValue >.DictionaryScope(out Dictionary< TKey, TValue > dictionary)
Parameters
dictionary: out Dictionary< TKey, TValue >

Fields

_dictionary : readonly Dictionary< TKey, TValue >
Signature
readonly Dictionary<TKey, TValue> OVRObjectPool.DictionaryScope< TKey, TValue >._dictionary

Methods

Dispose ()
Signature
void OVRObjectPool.DictionaryScope< TKey, TValue >.Dispose()
Returns
void
TValue ()
Signature
OVRObjectPool.DictionaryScope< TKey, TValue >.TValue()