Given this enumeration, how would you access the integer-type value of 'AppState.Loading'?
enum AppState { OffLine, Loading, Ready }
Given this enumeration, how would you access the integer-type value of 'AppState.Loading'?
enum AppState { OffLine, Loading, Ready }