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