Méthode | Description | |
---|---|---|
MyClassImplementingInterface ( ) : System | ||
MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System | ||
MyClassImplementingInterface ( string myParam ) : System |
public MyClassImplementingInterface ( ) : System | ||
Résultat | System |
public MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System | ||
myService | IMyParamTypeInterface | |
Résultat | System |
public MyClassImplementingInterface ( string myParam ) : System | ||
myParam | string | |
Résultat | System |