Redigera

Dela via


Tag.Implicit Operator

Definition

Overloads

Implicit(Tag to Byte)

Performs an implicit conversion from Tag to Byte.

Implicit(Byte to Tag)

Performs an implicit conversion from Byte to Tag.

Implicit(Tag to Byte)

Performs an implicit conversion from Tag to Byte.

public static implicit operator byte (Orleans.Serialization.WireProtocol.Tag tag);
static member op_Implicit : Orleans.Serialization.WireProtocol.Tag -> byte
Public Shared Widening Operator CType (tag As Tag) As Byte

Parameters

tag
Tag

The tag.

Returns

The result of the conversion.

Applies to

Implicit(Byte to Tag)

Performs an implicit conversion from Byte to Tag.

public static implicit operator Orleans.Serialization.WireProtocol.Tag (byte tag);
static member op_Implicit : byte -> Orleans.Serialization.WireProtocol.Tag
Public Shared Widening Operator CType (tag As Byte) As Tag

Parameters

tag
Byte

The tag.

Returns

Tag

The result of the conversion.

Applies to