c# - How to convert WorkItemCollection to a List -


मैं WorkItemCollection को एक सूची & lt; WorkItem & gt; ताकि मैं इसे एक शब्दकोष में परिवर्तित कर सकता हूं यहां तक ​​कि कोड है:

  var testItemCollectionList = नई सूची & lt; WorkItem & gt; (); वर्कइटम कलेक्शन टेस्ट इटैम कलेक्शन; क्वेरी क्वेरी = नया क्वेरी (प्रोजेक्ट। स्टोअर, "वर्क आईटम्स से [शीर्षक] चुनें", परीक्षा। रिज़ल्ट। चयन करें (आइटम = & gt; आइटम.TargetId) .ToArray ()); Var कार = query.BeginQuery (); TestItemCollection = query.EndQuery (कार); TestItemCollectionList = ???; Var testItemMapQuery = testItemCollectionList.ToDictionary (w = & gt; डब्ल्यू, createItemFromQuery);    

  testItemCollectionList = (वर्कआइटम एमआईटीम से testItemCollection mItem चुनें) .सूचीसूची );    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -