Skip to content

T_CodeJam_Fn

andrewvk edited this page Mar 30, 2016 · 9 revisions

Fn Class

[This is preliminary documentation and is subject to change.]

[Missing

documentation for "T:CodeJam.Fn"]

Inheritance Hierarchy

System.Object
  CodeJam.Fn
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[PublicAPIAttribute]
public static class Fn

VB

<PublicAPIAttribute>
Public NotInheritable Class Fn

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<PublicAPIAttribute>]
type Fn =  class end

The Fn type exposes the following members.

Fields

 

Name Description
Public fieldStatic member False Gets the function that always returns false.
Public fieldStatic member True Gets the function that always returns true.
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally