v1.0.0
Latest
2022.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
System.Type

Value

The value.

Declaration
object Value { get; }
Property Value
TypeDescription
System.Object