Method | Description | |
---|---|---|
MyClassImplementingInterface ( ) : System | ||
MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System | ||
MyClassImplementingInterface ( string myParam ) : System |
public MyClassImplementingInterface ( ) : System | ||
return | System |
public MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System | ||
myService | IMyParamTypeInterface | |
return | System |
public MyClassImplementingInterface ( string myParam ) : System | ||
myParam | string | |
return | System |