-
Couldn't load subscription status.
- Fork 35
F_CodeJam_Fn_1_IsNotNull
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
The function that returns true if an object is not null.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static readonly Func<T, bool> IsNotNullVB
Public Shared ReadOnly IsNotNull As Func(Of T, Boolean)F#
static val IsNotNull: Func<'T, bool>