public method Account.Account

Brief

This method is a constructor for the class representing an account, it initializes the various properties of the account with default values. The constructor does not return any values

Declaration

protojavascriptjavacsharp
public Account() : void

Details

Declared in Account

back