-
Couldn't load subscription status.
- Fork 35
F_CodeJam_Fn_1_True
Andrew Koryavchenko edited this page Jul 4, 2017
·
6 revisions
The function that always returns true.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static readonly Func<T, bool> TrueVB
Public Shared ReadOnly True As Func(Of T, Boolean)F#
static val True: Func<'T, bool>