CsQuery.CQ.NewInstance C# (CSharp) Метод

NewInstance() приватный Метод

private NewInstance ( IEnumerable elements ) : CQ
elements IEnumerable
Результат CQ
        private CQ NewInstance(IEnumerable<IDomObject> elements)
        {
            var cq = NewCqUnbound();
            ConfigureNewInstance(cq, elements);
            return cq;
        }

Same methods

CQ::NewInstance ( IDomObject element, CQ context ) : CQ
CQ::NewInstance ( IEnumerable elements, CQ context ) : CQ
CQ::NewInstance ( string html ) : CQ