Bloom.Book.XMatterPackFinder.XMatterPackFinder C# (CSharp) Method

XMatterPackFinder() public method

public XMatterPackFinder ( IEnumerable foldersPotentiallyHoldingPack ) : System
foldersPotentiallyHoldingPack IEnumerable
return System
        public XMatterPackFinder(IEnumerable<string> foldersPotentiallyHoldingPack)
        {
            _foldersPotentiallyHoldingPack = foldersPotentiallyHoldingPack;
        }