C # watch refactoring course from itvdn. there is a class:
class Car(){ bool isSportCar; ... Car(bool isSportCar){ this.isSportCar = isSportCar; } ... } call the constructor method of the above class with a boolean value as an argument parameter:
Car fastCar = new Car(isSportCar: true); The elementary format itself confuses us: NOTICE of a variable name, DOUBLE ... see for the first time instead of the usual value. Give a link to msdn who knows, I will not find ...