Null operator.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static Expression<Func> Null<T>()
Visual Basic
Public Shared Function Null(Of T) As Expression(Of Func)
Visual C++
public:
generic<typename T>
static Expression<Func^>^ Null()
F#
static member Null : unit -> Expression<Func> 

Type Parameters

T
Type

Return Value

Type: Expression<(Of <(<'Func<(Of <(<'T, TResult>)>)>>)>)>
Expression

See Also