Method | Description | |
---|---|---|
AThingAsEntity ( string description, int anInt, string aString ) : System | ||
TheOtherThingMustChange ( int anInt, string aString ) : void |
Method | Description | |
---|---|---|
AThingAsEntity ( ) : System |
public AThingAsEntity ( string description, int anInt, string aString ) : System | ||
description | string | |
anInt | int | |
aString | string | |
return | System |
public TheOtherThingMustChange ( int anInt, string aString ) : void | ||
anInt | int | |
aString | string | |
return | void |