BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 6 forks source link

Two methods AdapterId with the exact same name and list of parameters #284

Closed adecler closed 3 years ago

adecler commented 3 years ago

Broken rules:

The two methods below have the exact same name name and list of parameters so things like System.Type.GetMethod(string name, Type[] types) for example doesn't work.

public static object AdapterId(this IBHoMObject bHoMObject, Type adapterIdFragmentType)
public static T AdapterId<T>(this IBHoMObject bHoMObject, Type adapterIdFragmentType)