Initializes a new instance of the
Employment class.
Syntax
'Declaration
Public Function New( _
ByVal As Person _
)
'Usage
Dim person As Person
Dim instance As New Employment(person)
public Employment(
Person
)
public Employment(
: Person
);
public function Employment(
: Person
);
public: Employment(
Person*
)
public:
Employment(
Person^
)
Parameters
- person
- The person.
See Also