Int32Extension Constructors

Definition

Overloads

Int32Extension()

Creates a new instance of the class.

Int32Extension(Int32)

Creates a new instance of the class with the specified value.

Int32Extension()

Creates a new instance of the class.

public:
 Int32Extension();
public:
 Int32Extension();
 Int32Extension();
public Int32Extension ();
Public Sub New ()

Applies to

Int32Extension(Int32)

Creates a new instance of the class with the specified value.

public:
 Int32Extension(int value);
public:
 Int32Extension(int value);
 Int32Extension(int value);
public Int32Extension (int value);
new Microsoft.VisualStudio.PlatformUI.Int32Extension : int -> Microsoft.VisualStudio.PlatformUI.Int32Extension
Public Sub New (value As Integer)

Parameters

value
Int32

The value to use.

Applies to