CalDavSynchronizer.Ui.Options.ViewModels.NullOptionsViewModelFactory.Create C# (CSharp) Метод

Create() публичный Метод

public Create ( IReadOnlyCollection options, GeneralOptions generalOptions ) : List
options IReadOnlyCollection
generalOptions CalDavSynchronizer.Contracts.GeneralOptions
Результат List
    public List<IOptionsViewModel> Create (IReadOnlyCollection<Contracts.Options> options, GeneralOptions generalOptions)
    {
      return new List<IOptionsViewModel>();
    }
NullOptionsViewModelFactory