Méthode | Description | |
---|---|---|
SwitchInfo ( object rec ) : System |
Constructor for the SwitchInfo class. Note, in order to hide to the outside world information not necessary to know, the constructor takes a System.Object (aka object) as it's registering type. If the type isn't of the correct type, an exception is thrown.
|
public SwitchInfo ( object rec ) : System | ||
rec | object | The SwitchRecord for which this class store information. |
Résultat | System |