Interface IOneOf
Interface to a result that could be one of many possible types.
Namespace: Unity.Services.Relay.Models
Assembly: Unity.Services.Multiplayer.dll
Syntax
public interface IOneOf
Properties
Type
The type of the value.
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
Type |
Value
The value.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
object |