ICase<T,R>.Condition Property

Definition

The condition field of the case.

public Func<in T,bool> Condition { get; }
member this.Condition : Func<'T, bool>
Public ReadOnly Property Condition As Func(Of In T, Boolean)

Property Value

Applies to