ArcGIS API for Silverlight - Library Reference
GPMultiValue<T> Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GPMultiValue<T> Class : GPMultiValue<T> Constructor

name
The name of the parameter.
value
The value of the parameter.
Initializes a new instance of the GPMultiValue<T> class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal value As IEnumerable(Of T) _
)
C# 
public GPMultiValue<T>( 
   string name,
   IEnumerable<T> value
)

Parameters

name
The name of the parameter.
value
The value of the parameter.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.