v1.2.1
Latest
2020.3+

Interface IOneOf

Interface to a result that could be one of many possible types.

Namespace: Unity.Services.Lobbies.Models
Syntax
public interface IOneOf

Properties

Type

The type of the value.

Declaration
Type Type { get; }
Property Value
TypeDescription
Type

Value

The value.

Declaration
object Value { get; }
Property Value
TypeDescription
Object