Skip to content

Fields_T_CodeJam_Fn_1

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

Fn(T) Fields

The Fn(T) generic type exposes the following members.

Fields

 

Name Description
Public fieldStatic member False The function that returns false.
Public fieldStatic member FalsePredicate The function that always returns false.
Public fieldStatic member IsNotNull The function that returns true if an object is not null.
Public fieldStatic member IsNull The function that returns true if an object is null.
Public fieldStatic member Self The function that returns the same object which was passed as parameter.
Public fieldStatic member SelfConverter The function that returns the same object which was passed as parameter.
Public fieldStatic member True The function that always returns true.
Public fieldStatic member TruePredicate The function that returns true.
  Back to Top

See Also

Reference

Fn(T) Class
CodeJam Namespace

Clone this wiki locally