Skip to content

P_CodeJam_OneOf_3_IsCase2

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

OneOf(T1, T2, T3).IsCase2 Property

Returns true if class contains value of type T2.

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

Syntax

C#

public abstract bool IsCase2 { get; }

VB

Public MustOverride ReadOnly Property IsCase2 As Boolean
	Get

F#

abstract IsCase2 : bool with get

Property Value

Type: Boolean

Implements

IOneOf(T1, T2, T3).IsCase2

See Also

Reference

OneOf(T1, T2, T3) Class
CodeJam Namespace

Clone this wiki locally