No announcements
Found 995712 threads
-
3 Votes
C# Dictionary
Maybe it was a dictionary with several kinds of objects, and the user hoped that by typing the right KeyValuePair, only those objects would come out of the dictionary.Answered | 9 Replies | 5418 Views | Created by AdFree - Friday, September 4, 2009 11:05 AM | Last reply by Jeremy Liberman - Saturday, September 5, 2009 2:37 AM -
1 Votes
C# Dictionary
Then you can do Dictionary<int, string> old = new Dictionary<intAnswered | 2 Replies | 5694 Views | Created by Sruthi M - Tuesday, June 1, 2010 8:21 AM | Last reply by _SuDhiR_ - Tuesday, June 1, 2010 9:01 AM -
0 Votes
Access to Dictionary (Managed C++)
That's odd - anyway, you can just use the simpler syntax that has always been available in C++/CLI: d[0] = 0; Convert between VB, C#, ...Answered | 2 Replies | 7013 Views | Created by Petr Ivankov - Sunday, July 1, 2012 11:06 AM | Last reply by Petr Ivankov - Wednesday, July 11, 2012 1:11 PM -
0 Votes
BFS on the Dictionary in C#
User-1592798427 posted var qrylist = new Dictionary<string, List<string>>(); qrylist = dic.GroupBy(c => ...Unanswered | 3 Replies | 73 Views | Created by Anonymous - Tuesday, August 23, 2016 12:48 AM | Last reply by Anonymous - Tuesday, August 23, 2016 2:18 PM -
2 Votes
How to get a Dictionary from C++ DLL to C#?
To exchange dictionaries between C# and C++, you'll want to use the Windows::Foundation::Collections::IMap<K,V> interface.Answered | 2 Replies | 7321 Views | Created by ELRaymod - Tuesday, September 25, 2012 4:02 PM | Last reply by ELRaymod - Wednesday, September 26, 2012 5:39 PM -
1 Votes
BFS on dictionary in c#
However most of those things require you to turn those seperate Dictionaries into a proper tree structure first.Unanswered | 6 Replies | 1289 Views | Created by SamsonYerraguntla - Tuesday, August 23, 2016 12:50 AM | Last reply by Christopher84 - Tuesday, August 30, 2016 5:57 PM -
1 Votes
A Dictionary of Dictionary
In regards to your original question a dictionary of dictionaries can be done like this: Dictionary<key, ...Answered | 1 Replies | 4032 Views | Created by VAIRA BHARATHI - Monday, February 23, 2009 2:23 PM | Last reply by CoolDadTx - Monday, February 23, 2009 3:02 PM -
3 Votes
MSDN C# IDictionary Example and Dictionary
Interesting, but hardly a topic for discussion in a technical C# forum.Answered | 7 Replies | 3810 Views | Created by recherche - Monday, December 23, 2013 7:29 PM | Last reply by Cor Ligthert - Tuesday, December 24, 2013 12:25 PM -
0 Votes
iOutValue of Dictionary Class in C#.Net
For me it set it to 0 in .NET 3.5 and .NET 4.5 But assigning a value to a variable about to be passed in to an 'out' parameter is pointless - out parameters mean that the method ...Answered | 3 Replies | 428 Views | Created by singh.neetavns - Wednesday, July 19, 2017 12:24 PM | Last reply by Viorel_ - Wednesday, July 19, 2017 5:37 PM -
1 Votes
print dictionary contain list c#
Hope following code can help you Dictionary<string, List<string>> FullInfo = new Dictionary<string, List<string>>(); ...Answered | 3 Replies | 6073 Views | Created by kauthar1992 - Thursday, April 13, 2017 9:45 AM | Last reply by kauthar1992 - Monday, April 24, 2017 9:47 AM -
0 Votes
Dictionary<string, Dictionary<string, string>> ????
Hi samin, Its called Double Key Dictionary or Multi-key dictionary.Answered | 3 Replies | 2035 Views | Created by samin110 - Tuesday, October 13, 2015 8:46 AM | Last reply by samin110 - Saturday, October 17, 2015 3:41 PM -
0 Votes
VS 2015 and Dictionary : C# vs C++/CLI (CS0570)
There's no C5070 anymore using DictionaryAnswered | 5 Replies | 1472 Views | Created by h_schmieder - Friday, October 2, 2015 2:29 PM | Last reply by Mike Danes - Thursday, October 8, 2015 11:20 AM -
0 Votes
C# Dictionary vis-à-vis IDictionary
A difference in style: IDictionary vs ...Answered | 1 Replies | 1063 Views | Created by recherche - Wednesday, May 8, 2013 7:50 AM | Last reply by Bob Shen - Thursday, May 9, 2013 8:40 AM -
2 Votes
how to include English dictionary in Visuall c++ programming?
I have English dictionary with me right now which was developed using Visual c++[downloaded from net].. how to link my program and other english dictionary visuall ...Answered | 4 Replies | 3884 Views | Created by SakthiPrabhuGs - Thursday, July 9, 2009 10:05 AM | Last reply by SakthiPrabhuGs - Friday, July 10, 2009 7:35 AM -
2 Votes
Dictionary, C# - To check is worth already present?
You aren't going to be able to speed that up short of using a dictionary.Answered | 2 Replies | 215 Views | Created by Markus Freitag - Tuesday, April 24, 2018 5:01 PM | Last reply by CoolDadTx - Tuesday, April 24, 2018 5:48 PM -
0 Votes
Word Dictionary
http://www.download32.com/msn-dictionary-software.htmlAnswered | 7 Replies | 4067 Views | Created by mohittiwari - Wednesday, September 8, 2010 8:05 AM | Last reply by Nancy Shao - Friday, September 10, 2010 7:03 AM -
0 Votes
Dictionary Error
~~Bonnie DeWitt [C# MVP] http://geek-goddess-bonnie.blogspot.comAnswered | 10 Replies | 578 Views | Created by pianoboyCoder - Thursday, July 28, 2016 10:51 PM | Last reply by Rigz1213 - Wednesday, August 3, 2016 6:43 AM -
0 Votes
A question on C# syntax when creating a dictionary
But you could explicitely create the array instead var cmdlets = new Dictionary<string, string[]> (); cmdlets.Add ("enable-mailbox", ...Answered | 3 Replies | 1032 Views | Created by caspersgrin - Wednesday, February 27, 2013 6:15 PM | Last reply by Reed Copsey, Jr - Wednesday, February 27, 2013 7:01 PM -
0 Votes
how to get data into dictionary collection in c#.net?
I had created something similar, which I have posted on my blog ...Answered | 4 Replies | 7469 Views | Created by Maggy111 - Tuesday, January 29, 2013 2:24 PM | Last reply by Viorel_ - Wednesday, January 30, 2013 8:48 AM -
0 Votes
sorted dictionary
Lookup by a key value for Dictionary<TKey, TValue> is O(1) It should be O(n) ( linear, proportional to the number of key/value pairs ) I guess.Answered | 2 Replies | 3306 Views | Created by It_s Meee - Thursday, June 26, 2008 6:07 AM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Friday, June 27, 2008 2:20 AM - Items 1 to 20 of 995712 Next ›
No announcements