StrategyList.GetByIndex Method

public Strategy GetByIndex( 
int index 
)
This language is not supported or no code example is available.
public:  
Strategy^ GetByIndex( 
int index 
)
This language is not supported or no code example is available.
public function GetByIndex( 
index : int 
) : Strategy;
This language is not supported or no code example is available.

Parameters

index
int

Return Value

Strategy

In this article

Definition