HealthCount Constructor (Int32, Int32)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic HealthCount(
int Health,
int Count
)
Public Sub New (
Health As Integer,
Count As Integer
)
public:
HealthCount(
int Health,
int Count
)
new :
Health : int *
Count : int -> HealthCount
DMLibrary.HealthCount = function(Health, Count);
Parameters
- Health
- Type: SystemInt32
- Count
- Type: SystemInt32
See Also