StrategyList_.Item Property

public Strategy_ this[ 
int index 
] {get; set;}
This language is not supported or no code example is available.
public:  
property Strategy_^ Item[int] { 
Strategy_^ get( 
int index 
); 
void set( 
int index
Strategy_^ 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

Strategy_

In this article

Definition