public static List<BuilderElement> Values(
IReadOnlyList<GH_Element> in_gh_list
)
Public Shared Function Values (
in_gh_list As IReadOnlyList(Of GH_Element)
) As List(Of BuilderElement)
public:
static List<BuilderElement^>^ Values(
IReadOnlyList<GH_Element^>^ in_gh_list
)
static member Values :
in_gh_list : IReadOnlyList<GH_Element> -> List<BuilderElement>
[Missing <param name="in_gh_list"/> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.GHopper.Elements.GH_Element})"]
[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.GHopper.Elements.GH_Element})"]