Interface IOneOf
Interface to a result that could be one of many possible types.
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
public interface IOneOf
Properties
| Name | Description |
|---|---|
| Type | The type of the value. |
| Value | The value. |