GeneralTo EnumT Method
Definition
Namespace: DWSIM.ExtensionMethods
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
C#
public static T ToEnum<T>(
this int obj
)
VB
<ExtensionAttribute>
Public Shared Function ToEnum(Of T) (
obj As Integer
) As TParameters
- obj Int32
Type Parameters
- T