Implicit Operator
Implicit(ExtendedFlags to Byte)
Implicitly convert ExtendedFlags to a langword_csharp_byte.
C#
public static implicit operator byte (ExtendedFlags flags)
Parameters
Type | Name | Description |
---|---|---|
ExtendedFlags | flags | Flag object to convert. |
Returns
System.Byte
Implicit(Byte to ExtendedFlags)
Implicitly convert a langword_csharp_byte to a ExtendedFlags object.
C#
public static implicit operator ExtendedFlags(byte b)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | b | A byte containing the flags. |
Returns