Mutable
setInt Method



Integer value to stored in the object.
Set the value of the integer stored in the object.
Syntax
'Declaration
 
Public Sub setInt( _ 
   ByVal i As Integer _ 
) 
'Usage
 
Dim instance As MutableInt 
Dim i As Integer 
  
instance.setInt(i)
public void setInt( 
   int i 
)
public: 
void setInt( 
   int i 
) 

Parameters

i
Integer value to stored in the object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MutableInt Class
MutableInt Members