getCurrentPersonaList() публичный статический Метод

Reads the registered personas from a fixed-string database file.
This is NOT dynamic, this only reads from the database.
public static getCurrentPersonaList ( ) : ObservableCollection
Результат ObservableCollection
Пример #1
0
        public void startSession()
        {
            PersonaList   = Persona.getCurrentPersonaList();
            ActivePersona = personaList[Engine.getDefaultPersonaIdx()];

            log.Info("Session started.");
        }