GlobalcachingApplication.Plugins.AutoUpdater.PluginSettings.GetSelectedStates C# (CSharp) Method

GetSelectedStates() public method

public GetSelectedStates ( ) : int[]
return int[]
        public int[] GetSelectedStates()
        {
            return (from a in AreaInfoItems where a.Level == "Provincie" && GetUpdateAreaInfo(a) select a.Code).ToArray();
        }