public override bool Visit( UnifiedUnionType element, VisitorArgument arg) { element.Type.TryAccept(this, arg); return false; }
public override bool Visit( UnifiedUnionType element, VisitorArgument arg) { element.Type.TryAccept(this, arg); return(false); }