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