Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4020196
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:11:54+00:00 2026-05-20T10:11:54+00:00

I have the following functions: public static V AddIfNotPresent<K, V>( this Dictionary<K, V> store,

  • 0

I have the following functions:

public static V AddIfNotPresent<K, V>( this Dictionary<K, V> store, K key ) where V : new()

public static V AddIfNotPresent<K, V>( this Dictionary<K, V> store, K key )

First off… is it possible to overload the functions in this way?

If overloading is not possible could I be more specific with my functions and implements say:

public static string Foo<K, string>( this Dictionary<K, string> store, K key )

As a little History I have a Dictionary with string values and I’d live a consistent ‘Foo’ extension of the Dictionary to allow me to add new() objects or an empty string (as appropriate).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:11:54+00:00Added an answer on May 20, 2026 at 10:11 am

    No, you can’t overload by type parameter constraints. But yes, you can overload by the number of type parameters:

    public static string Foo<TKey>(this Dictionary<TKey, string> store, TKey key)
    

    (Note that string isn’t in the generic type parameters list for Foo; it’s not a type parameter itself, it’s just used as a type argument for Dictionary.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On my front end, I have following functions: method to encrypt: public static string
I have the following 2 functions: public static string Serialize(object obj) { DataContractSerializer serializer
I have the following function: public static byte[] StringToByte(string str) { int length =
I have the following function: public static T TryGetArrayValue<T>(object[] array_, int index_) { ...
I have following repository: public function findClassPhotoByPath($path) { return $this->getEntityManager() ->createQuery('SELECT p FROM KSRGalleryBundle:Photo
I have the following code: Public Shared Function GetAvailableManufacturers() As List(Of Manufacturer) 'first get
I have a C# library with the following Namespace/Class: namespace Helper { public static
Currently, I have a static factory method like this: public static Book Create(BookCode code)
I have the following function below: public function setupHead($title){ $displayHead .='<!DOCTYPE html PUBLIC -//W3C//DTD
I have the following Symfony2 form: public function buildForm(FormBuilder $builder, array $options) { $builder

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.