Click or drag to resize

ToGHValues Method (IReadOnlyListString)

convert list of strings to list of GH_String.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static List<GH_String> Values(
	IReadOnlyList<string> in_list
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListString

[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.String})"]

Return Value

Type: ListGH_String

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.String})"]

See Also