Tp.Search.Model.Document.ProjectIndexData.ProjectIndexData C# (CSharp) Метод

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

public ProjectIndexData ( IEnumerable projectIds ) : System.Collections.Generic
projectIds IEnumerable
Результат System.Collections.Generic
		public ProjectIndexData(IEnumerable<int?> projectIds) : base(Prefix, projectIds)
		{
		}