public static List<GH_Support> Values(
IReadOnlyList<Support> inList
)
Public Shared Function Values (
inList As IReadOnlyList(Of Support)
) As List(Of GH_Support)
public:
static List<GH_Support^>^ Values(
IReadOnlyList<Support^>^ inList
)
static member Values :
inList : IReadOnlyList<Support> -> List<GH_Support>
[Missing <param name="inList"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.Supports.Support})"]
[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.Supports.Support})"]