-
Couldn't load subscription status.
- Fork 35
F_CodeJam_Fn_1_False
andrewvk edited this page Mar 29, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
The function that returns false.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static readonly Func<T, bool> FalseVB
Public Shared ReadOnly False As Func(Of T, Boolean)F#
static val False: Func<'T, bool>