ParameterList.Item Property

public Parameter this[ 
int index 
] {get; set;}
This language is not supported or no code example is available.
public:  
property Parameter^ Item[int] { 
Parameter^ get( 
int index 
); 
void set( 
int index
Parameter^ value 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

index
int

Property Value

Parameter

In this article

Definition