'DeclarationPublic Function New( _ ByVal other As UserRecordInfo _ )
'UsageDim other As UserRecordInfo Dim instance As New UserRecordInfo(other)
public UserRecordInfo( UserRecordInfo other )
public: UserRecordInfo( UserRecordInfo^ other )
Parameters
- other
- The instance to copy from.
The value of this parameter cannot be
null(Nothingin Visual Basic).