Exemplaire Constructor

Public Sub New( _ 
ByVal numero As Integer, _ 
ByVal dateAchat As Date, _ 
ByVal photo As String, _ 
ByVal idEtat As String, _ 
ByVal idDocument As String
)
This language is not supported or no code example is available.
public Exemplaire( 
int numero
DateTime dateAchat
string photo
string idEtat
string idDocument 
)
This language is not supported or no code example is available.
public:  
Exemplaire( 
int numero
DateTime dateAchat
String^ photo
String^ idEtat
String^ idDocument 
)
This language is not supported or no code example is available.
public function Exemplaire( 
numero : int
dateAchat : DateTime
photo : String
idEtat : String
idDocument : String 
);
This language is not supported or no code example is available.

Parameters

numero
int

dateAchat
DateTime

photo
string

idEtat
string

idDocument
string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition