Creates a new for configuring and building runtimes. A new builder instance.
()
| 57 | /// </summary> |
| 58 | /// <returns>A new builder instance.</returns> |
| 59 | public static ForyBuilder Builder() |
| 60 | { |
| 61 | return new ForyBuilder(); |
| 62 | } |
| 63 | |
| 64 | /// <summary> |
| 65 | /// Registers a user type by numeric type identifier. |
no outgoing calls