| 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.
Target Platforms:Windows Phone 7
 
     
     
     
     
    