using System.Collections.Generic;
public enum Some { First, Second, Third}
public Some SomeEnum {get; set;}
public Rank Rank {get;set;}
public bool? Tie {get;set;}
public static void Main()
var s = new Standing { SomeEnum = Some.First, Tie = null };
false when 1 == 1 => Some.First,