About 588,000 results
Open links in new tab
  1. c# - How to compare values of generic types? - Stack Overflow

    @gstercken: One problem with IComparable overloading the comparison operators is that there are situations where X.Equals(Y) should return false, but X.CompareTo(Y) should return zero …

  2. How can I pass in a func with a generic type parameter?

    Mar 24, 2014 · You cannot have instances of generic functions or actions - all type parameters are defined upfront and cannot be redefined by the caller. An easy way would be to avoid …

  3. How do I make the return type of a method generic?

    This may not be a best practice but it worked for me. This method takes in an array of generic type and a value to add to the end of the array. The array is then copied with the first value …

  4. What's the difference between "general" and "generic"?

    Apr 30, 2014 · Generic is the opposite of specific. Generic and specific refer to the identification of a fact. Specific means a fact that has been specified. If you ask for (specify) a pain reliever, …

  5. single word requests - Using 'generify' to mean 'to make generic ...

    Jun 7, 2011 · Can one use the term generify to mean 'to make generic'? E.g. a software programmer being told: 'generify this segment of code'. If not, what may be a single word …

  6. What is the difference between "universal" and "generic"?

    Jun 6, 2014 · Outside of software, generic is usually used in contrast to trademark names. One speaks of generic drugs, for instance, to refer to drugs not produced by the original maker / …

  7. Using a 'using alias = class' with generic types? [duplicate]

    using LookupDictionary = System.Collections.Generic.Dictionary<string, int>; Now I want to accomplish the same with a generic type, while preserving it as a generic type: using List<T> …

  8. single word requests - What do you call a generic person?

    Nov 16, 2014 · Some terms that refer to common people en masse include • hoi polloi, “The common people; the masses” • masses, with senses such as “People, especially a large …

  9. Creating a generic method in C# - Stack Overflow

    Jan 27, 2010 · I am trying to combine a bunch of similar methods into a generic method. I have several methods that return the value of a querystring, or null if that querystring does not exist …

  10. Generic name for places like village, town and cities

    Apr 23, 2012 · The official generic term I've seen most often used, in contexts where such a term is needed (such as geospatial surveys), is "populated place". Of course, that's not a single …

Refresh