TryGetValue<T>(IPromise<T>, out T)
Declaration
public static bool TryGetValue<T>(this IPromise<T> promise, out T value)
Parameters
Type | Name | Description |
---|---|---|
IPromise<T> | promise | |
T | value |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |