Parameter(String, Object, String, Attribute()) Constructor

public Parameter( 
string name
object value
string typeName
Attribute[] attributes 
)
This language is not supported or no code example is available.
public:  
Parameter( 
String^ name
object^ value
String^ typeName
array< Attribute^ >^ attributes 
)
This language is not supported or no code example is available.
public function Parameter( 
name : String
value : object
typeName : String
attributes : Attribute[] 
);
This language is not supported or no code example is available.

Parameters

name
string

value
object

typeName
string

attributes
Attribute[]

In this article

Definition