GH_PersistentParam(T).Prompt_Plural Method

GH_PersistentParamTPrompt_Plural Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected abstract GH_GetterResult Prompt_Plural(
	ref List<T> values
)
Protected MustOverride Function Prompt_Plural ( 
	ByRef values As List(Of T)
) As GH_GetterResult

Parameters

values
Type: System.Collections.GenericListT

Return Value

Type: GH_GetterResult
See Also