iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

BoxingOpCodes.GetOpCode Method 

Gets the OpCode.

[Visual Basic]
Public Shared Function GetOpCode( _
   ByVal Type As Type _
) As OpCode
[C#]
public static OpCode GetOpCode(
   Type type
);

Parameters

type
The type.

Return Value

See Also

BoxingOpCodes Class | IBatisNet.Common.Utilities.Objects Namespace