Skip to content

P_CodeJam_ValueOneOf_8_IsCase8

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

ValueOneOf(T1, T2, T3, T4, T5, T6, T7, T8).IsCase8 Property

Returns true if class contains value of type T8.

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

Syntax

C#

public bool IsCase8 { get; }

VB

Public ReadOnly Property IsCase8 As Boolean
	Get

F#

abstract IsCase8 : bool with get
override IsCase8 : bool with get

Property Value

Type: Boolean

Implements

IOneOf(T1, T2, T3, T4, T5, T6, T7, T8).IsCase8

See Also

Reference

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

Clone this wiki locally