Show / Hide Table of Contents

implicit operator Operator

implicit operator byte(TicketFlags)

Implicitly convert TicketFlags to a byte.

C#
public static implicit operator byte(TicketFlags flags)

Parameters

Type Name Description
TicketFlags flags

Flag object to convert.

Returns

byte

implicit operator TicketFlags(byte)

Implicitly convert a byte to a TicketFlags object.

C#
public static implicit operator TicketFlags(byte b)

Parameters

Type Name Description
byte b

A byte containing the flags.

Returns

TicketFlags

In this article
Back to top Generated by DocFX