FixWins.com
  • Csharp
  • Contact Us









0 Coding examples: IDictionary System.Collections.Generic Csharp code examples
  • IDictionary To String
  • Gets a string representation of the mappings in a dictionary.
  • singleton Map
  • Empty Map
  • Copies all the elements of IDictionary to target IDictionary.
  • Get Or Add from IDictionary
  • Merge two IDictionary
  • Combine IDictionary
  • Remove from IDictionary
  • IDictionary Equals
  • Equals Deep between two IDictionary
  • IDictionary To URL Query String
  • Format IDictionary To String
  • IDictionary Map Equals
  • Returns a string representation of this IDictionary.
  • Add all values from range sequence to src IDictionary. Source is actually modified.
  • Tries to read value and returns the value if successfully read. Otherwise return default value for value's type.
  • Adds item to the dictionary if item is not null.
  • Get Or Default from IReadOnlyDictionary
  • Returns TRUE if the item does NOT exist in the dictionary. This performs MUCH faster than ContainsKey() or ContainsValue()
  • Adds or sets a value for a dictionary.
  • Add or set key value pair in Dictionary
  • To Dictionary Ignoring Duplicate Keys
  • Adds elements to dictionary from collection.
  • Creates the dictionary from collection.
  • Given a collection of values a key function, builds a dictionary
  • Creates a dictionary where the keys are looked up using reference equality
  • Returns true if the two sets contain the same elements. only for sets and dictionaries. Does not work for Lists or Arrays.
  • Empty Dictionary
  • Union two dictionaries with sub-collection of items. If dictionary already contains specified key, it will be replaced by new collection items.
  • Combines two unique Int32 numbers into an Int64 suitable for use as a dictionary key, optionally taking the order of the numbers into account.
  • Returns a dictionary with keyvalue pairs corresponding to items from the given sequence.
  • Add a collection of items into a dictionary, using a collection of keys and one default value for all the items
  • Clone Dictionary
  • Determines whether the specified dictionary is null empty.
  • Partitions elements of the target collection into sub-groups based on the specified key generating function, and returns a dictionary of the generated keys, where each value is a list of the items that produced that key. Items appear in the sub-lists
  • Compares two dictionary for equality.
  • Dictionary Contains Key Ignoring Case
  • Dictionary Get Value Ignoring Case
  • Build a string from collection content. Each collection item is used to produce a 'key=value' string. Pairs are separated by a semi colon.
  • A Dictionary<string,string> extension method that converts a map to a name value collection.
  • Encode IDictionary To Json
  • Decode From Json to IDictionary
  • Add a value to the dictionary with the key and return this dictionary.
  • Remove Range IDictionary
  • IDictionary Get Or Add
  • IDictionary Get Value Or Create
  • Converts the IDictionary to a query string
  • IDictionary Get Value Or Default
  • Determines whether a Dictionary object is a subset of another Dictionary.
  • Gets an item from the dictionary, if it's found. Otherwise, returns the specified default value.
  • IDictionary Add Or Update
  • IDictionary To Xml String
  • Adds an enumerable of entries to the specified dictionary.
  • IDictionary Remove All by condition
  • IDictionary To Debug String
  • Returns a querystring based upon the values in a IDictionary. This will not return the ? character.
  • Gets a value from the dictionary with given key. Returns default value if can not find.
  • Safely get the value of the given property, or return the default if no value is present in the dictionary
  • Safely get the value of the given property as an array of strings, or return an empty array if no value is present in the dictionary. This assumes the property is stored as a comma-separated list
  • Determine if the given property has a value in IDictionary
  • Remove all dictionary elements matching the given predicate.
  • Converts a dictionary instance into a url encoded querystring
  • Check if a dictionary contains all the items from another dictionary.
  • Compare two dictionaries by their key value pairs.
  • Merge two IDictionary
  • Remove All key value pair from Dictionary in IEnumerable
  • Maps a collection to a dictionary using a mapper functor for the value

Coding examples

0 Custom Type System.Collections.Generic
  • access level
  • Anonymous Types
  • AppDomain
  • as
  • Assembly
  • Attribute
  • Box Unbox
  • class
  • Constant
  • Constructor
  • delegate
  • dynamic type
  • Enum
  • Event
  • Exception
  • Extension Methods
  • Field
  • Finalizer
  • Generics
  • Indexer
  • Inheritance
  • Inner Type
  • interface
  • is
  • Lambda
  • Local Method
  • Method
  • Method Parameter
  • nameof
  • namespace
  • Object Initializer
  • Operator Overloading
  • overload
  • Partial
  • Polymorphism
  • Property
  • read only
  • static
  • struct
  • this
  • try catch finally
0 Data Structure Algorithm System.Collections.Generic
  • Factorial
  • Search
  • Stack
  • Tree
0 Database System.Collections.Generic
  • Connection
  • LINQ Query
  • ODBC
  • SQL Command
0 File IO System.Collections.Generic
  • Binary File
  • Directory
  • File
  • File Command
  • FileStream
  • GZip
  • Path
  • Permission
  • Serialization
  • String Reader Writer
0 Language Basics System.Collections.Generic
  • Array
  • boolean
  • char
  • Console
  • continue
  • Data Type Cast
  • Data Type Format
  • Date Time
  • decimal
  • default
  • do while
  • double
  • Float
  • for
  • for each
  • goto
  • if
  • int
  • Null Operator
  • Nullable
  • Number
  • Operator
  • Preprocessor
  • Random
  • ref
  • Regex
  • string
  • StringBuilder
  • switch
  • Tuple
  • Variable
  • while
0 LINQ System.Collections.Generic
  • Group By
  • IEnumerable
  • Projection
  • Query Array
  • Select
  • where
0 Network System.Collections.Generic
  • IP Address
  • Network Interface
  • URL
  • Web
0 Operating System System.Collections.Generic
  • Diagnostics
  • Environment
  • Process
  • Windows
0 Reflection System.Collections.Generic
  • Attribute
  • Member
0 Security System.Collections.Generic
  • Hash
  • MD5
  • Password
0 System System.Collections.Generic
  • Array Compare
  • Array Convert
  • Array Create
  • Array Dimension
  • Array Element
  • Array Element Add
  • Array Enumerate
  • Array Equal
  • Array Find
  • Array Index
  • Array Null Element
  • Array Operation
  • Array Search
  • Array Shift
  • Array Shuffle
  • Array Slice
  • Array Sort
  • Array Split
  • Array String
  • Attribute
  • Bit
  • Boolean
  • Byte
  • Byte Array
  • Char
  • Char Unicode
  • Converter
  • DateTime Calculate
  • DateTime Compare
  • DateTime Convert
  • DateTime Day
  • DateTime Diff
  • DateTime Format
  • DateTime Hour
  • DateTime Local
  • DateTime Minute
  • DateTime Month
  • DateTime Parse
  • DateTime Quarter
  • DateTime Second
  • DateTime Time
  • DateTime Timestamp
  • DateTime Timezone
  • DateTime Unix
  • DateTime UTC
  • DateTime Week
  • DateTime Year
  • DateTimeOffset
  • Decimal
  • Double
  • Enum
  • Exception
  • Hash
  • Hex
  • IComparable
  • Int32
  • Int64
  • Math Convert
  • Math Easing Function
  • Math Geometry
  • Math Number
  • Math Statistics
  • Math Vector
  • Nullable
  • Object
  • Random
  • String Algorithm
  • String ASCII
  • String Base
  • String Base32
  • String Base64
  • String Case
  • String Contain
  • String Convert
  • String Encode Decode
  • String Endian
  • String Escape
  • String Format
  • String HTML
  • String Join
  • String Match
  • String New Line
  • String Number
  • String Padding
  • String Parse
  • String Quote
  • String Repeat
  • String Replace
  • String Reverse
  • String Search
  • String Shorten
  • String Split
  • String Start End
  • String Strip
  • String SubString
  • TimeSpan
  • Tuple
  • Type
0 System.Collections System.Collections.Generic
  • ICollection
  • IDictionary
  • IEnumerable
0 System.Collections.Generic System.Collections.Generic
  • ICollection
  • IDictionary
  • IEnumerable
  • IList
  • ISet
  • List
0 System.Data System.Collections.Generic
  • DataTable
0 System.Drawing System.Collections.Generic
  • Color
  • Color Brightness
  • Color Calculation
  • Color Convert
  • Color HSV
  • Color RGB
  • Graphics
  • Image Convert
  • Image Effect
  • Image Operation
  • Image Size
  • JPEG
0 System.Drawing.Imaging System.Collections.Generic
  • Bitmap
0 System.Globalization System.Collections.Generic
  • Chinese
  • English
0 System.IO System.Collections.Generic
  • BinaryWriter
  • CSV File
  • DirectoryInfo
  • File Copy
  • File Name
  • File Path
  • File Size
  • File Time
  • FileStream
  • Hex
  • MemoryStream
  • Stream
  • StreamWriter
0 System.Net System.Collections.Generic
  • IP Address
0 System.Reflection System.Collections.Generic
  • Attribute
  • Constructor
  • ConstructorInfo
  • Enum
  • FieldInfo
  • Interface
  • Member
  • MethodInfo
  • Modifier
  • PropertyInfo
0 System.Security.Cryptography System.Collections.Generic
  • ASN
  • Certificate
  • CRC
  • DES
  • Encrypt Decrypt
  • Hash
  • HMACMD5
  • MD5
  • Password
  • SHA1
0 System.Text.RegularExpressions System.Collections.Generic
  • Match Number
  • Match String
0 System.Windows.Forms System.Collections.Generic
  • Dialog
0 System.Windows.Media.Imaging System.Collections.Generic
  • BitmapSource
0 System.Xml System.Collections.Generic
  • XML Attribute
  • XML Child
  • XML DataSet
  • XML Document
  • XML Element
  • XML File
  • XML Format
  • XML Namespace
  • XML Node
  • XML Reader
  • XML Schema
  • XML Serialization
  • XML String
  • XML Writer
0 Thread Asynchronous System.Collections.Generic
  • Mutex
  • Parallel
  • Producer Consumer
  • Synchronize
0 XML System.Collections.Generic
  • XML Document
  • XML LINQ
  • XML Serialization