Skip to content

P_CodeJam_ValueOneOf_6_IsCase4

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

ValueOneOf(T1, T2, T3, T4, T5, T6).IsCase4 Property

Returns true if class contains value of type T4.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public bool IsCase4 { get; }

VB

Public ReadOnly Property IsCase4 As Boolean
	Get

F#

abstract IsCase4 : bool with get
override IsCase4 : bool with get

Property Value

Type: Boolean

Implements

IOneOf(T1, T2, T3, T4, T5, T6).IsCase4

See Also

Reference

ValueOneOf(T1, T2, T3, T4, T5, T6) Structure
CodeJam Namespace

Clone this wiki locally