protected abstract IAccount GetAccount()
Protected MustOverride Function GetAccount As IAccount
protected: virtual IAccount^ GetAccount() abstract
abstract GetAccount : unit -> IAccount
In This Article