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