Skip to content

Commit d39768f

Browse files
committed
versioning added
1 parent ba2c125 commit d39768f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BHoM_Engine/Query/ExtensionMethodHierarchy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public static partial class Query
3535
/**** Public Methods ****/
3636
/***************************************************/
3737

38+
[PreviousVersion("8.0", "BH.Engine.Base.Query.ExtensionMethodHierarchy(System.Collections.Generic.IEnumerable<System.Reflection.MethodInfo>, System.Type)")]
3839
[Description("Builds a hierarchy of methods based on distance of each method's input parameter to the correspondent input type, first to first, second to second etc." +
3940
"\nThree levels of hierarchy are returned:" +
4041
"\n- first level of hierarchy groups the output by order of inputs, i.e. first sublist corresponds to first input type and first method parameter, second to second etc." +

0 commit comments

Comments
 (0)