OfficeTicTacToe.ViewModels.UserViewModel.UserViewModel C# (CSharp) Method

UserViewModel() static private method

static private UserViewModel ( ) : Microsoft.OData.ProxyExtensions
return Microsoft.OData.ProxyExtensions
        static UserViewModel()
        {
            empty = new UserViewModel();
            empty.IsLoadedFromGraph = true;
            empty.IsLoadedFromSharePoint = true;
            uiScheduler = TaskScheduler.FromCurrentSynchronizationContext();
        }
        private UserViewModel()