public function SetInt(propertyName:
string,
value: int):
void;
public void SetInt(string propertyName,
int value);
public
def SetInt(propertyName as string,
value as int)
as void
public function SetInt(nameID:
int,
value: int):
void;
public void SetInt(int nameID,
int value);
public
def SetInt(nameID as int,
value as int)
as void