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