justmock-docs/api/m_telerik_justmock_arg_isnu...

1.5 KiB

title page_title description previous_url slug published fullPath category
IsNull(T) Method IsNull(T) Method | JustMock Documentation Documentation page about IsNull(T) Method . /m_telerik_justmock_arg_isnull__1.html m_telerik_justmock_arg_isnull__1 True api/n_telerik_justmock/t_telerik_justmock_arg/methods_t_telerik_justmock_arg/m_telerik_justmock_arg_isnull__1 api

Arg.IsNull<T>Method

Matches argument for null value.

Namespace: Telerik.JustMock
Assembly: Telerik.JustMock(in Telerik.JustMock.dll)

Syntax

C#
public static T IsNull<T>()
Visual Basic
Public Shared Function IsNull(Of T) As T

Type Parameters

T

Type for the argument

Argument type

See Also

Arg Class

Arg Members

Telerik.JustMock Namespace