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