Bridge

ObjectExtensions..::..Is<(Of <(<'T>)>)> Method

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static bool Is<T>(
	this Object obj
)
<TemplateAttribute> _
<ExtensionAttribute> _
Public Shared Function Is(Of T) ( _
	obj As Object _
) As Boolean
[TemplateAttribute]
[ExtensionAttribute]
public:
generic<typename T>
static bool^ Is(
	Object^ obj
)

Type Parameters

T

Parameters

obj
Type: System..::..Object