FAManagementStudio.ViewModels.IndexViewModel.IndexViewModel C# (CSharp) Méthode

IndexViewModel() public méthode

public IndexViewModel ( IndexInfo inf ) : System.Collections.Generic
inf FAManagementStudio.Models.IndexInfo
Résultat System.Collections.Generic
        public IndexViewModel(IndexInfo inf)
        {
            _index = inf;
        }
IndexViewModel