int IEqualityComparer <RemoteLinq.LabelTarget> .GetHashCode(RemoteLinq.LabelTarget obj) => obj?.InstanceId ?? 0;
Exemple #2
0
 public GotoExpression(GotoExpressionKind kind, LabelTarget target, Type type, Expression value)
     : this(kind, target, type is null ? null : new TypeInfo(type, false, false), value)
 {
 }