Show / Hide Table of Contents

Operator Implicit

| Improve this Doc View Source

Implicit(Nullable<T> to _ByteEnum<T>)

Implicitly converts the supplied value to a column of parameter expression.

Declaration
public static implicit operator _ByteEnum<T>(T? x)
Parameters
Type Name Description
System.Nullable<T> x

The value of the parameter expression.

Returns
Type Description
_ByteEnum<T>

The column of parameter expression.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest