Mutable
MutableInt Constructor(Int32)



Initial integer value of object.
Initializes a new instance of the MutableInt class where the integer value is specified when the object is instantiated.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal i As Integer _ 
)
'Usage
 
Dim i As Integer 
  
Dim instance As New MutableInt(i)
public MutableInt( 
   int i 
)
public: 
MutableInt( 
   int i 
)

Parameters

i
Initial integer value of 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
Overload List