This version of Unity is unsupported.

ParseResult<T0> Constructor

Declaration

public ParseResult<T0>(bool success, T value);

Parameters

success Flag indicating if the parsing succeeded or not.
value The parsing result.

Description

Create a ParseResult.