| CommandifiedListTItem Property  | 
 
            Gets or sets the instance at the specified index. This is a redefinition, so the get can be synchronized if needed.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic T this[
	int index
] { get; set; }Public Default Property Item ( 
	index As Integer
) As T
	Get
	Set
Parameters
- index
 - Type: SystemInt32
The index. 
Return Value
Type: 
T
See Also