H
Hei
Hi All
in the book of example :
Public MustInherit Class Broker
Private const m_MAXRESERVATION As Integer =10
Protected m_reservations() as Reservation
Public Sub New()
m_reservations = New Reservation(m_MAXRESERVATION ) {}
End Sub
......
what mean of {} in above case?
thx
Hei
in the book of example :
Public MustInherit Class Broker
Private const m_MAXRESERVATION As Integer =10
Protected m_reservations() as Reservation
Public Sub New()
m_reservations = New Reservation(m_MAXRESERVATION ) {}
End Sub
......
what mean of {} in above case?
thx
Hei