Struct DictionaryReturnHandle<TKey, TValue>
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public struct DictionaryReturnHandle<TKey, TValue>
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |
Properties
needToReturn
Declaration
public bool needToReturn { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Return()
Clear and return the borrowed dictionary.
Declaration
public void Return()