Delegate DewGUI.TryParseFunc<T>
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public delegate bool DewGUI.TryParseFunc<T>(string str, out T result)
Parameters
| Type | Name | Description |
|---|---|---|
| string | str | |
| T | result |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |