TypeExtensionsGetTypeCode Method |
[Missing <summary> documentation for "M:VelocityDb.Session.TypeExtensions.GetTypeCode(System.Type)"]
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static TypeCode GetTypeCode(
this Type t
)
<ExtensionAttribute>
Public Shared Function GetTypeCode (
t As Type
) As TypeCode
public:
[ExtensionAttribute]
static TypeCode GetTypeCode(
Type^ t
)
[<ExtensionAttribute>]
static member GetTypeCode :
t : Type -> TypeCode
Parameters
- t
- Type: SystemType
[Missing <param name="t"/> documentation for "M:VelocityDb.Session.TypeExtensions.GetTypeCode(System.Type)"]
Return Value
Type:
TypeCode[Missing <returns> documentation for "M:VelocityDb.Session.TypeExtensions.GetTypeCode(System.Type)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also