dotnetCHARTING Send comments on this topic.
Item Property
See Also 
dotnetCHARTING Namespace > ParameterCollection Class : Item Property


index
Gets or sets the object at a specified index.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As Parameter
Visual Basic (Usage)Copy Code
Dim instance As ParameterCollection
Dim index As Integer
Dim value As Parameter
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public Parameter this[ 
   int index
]; {get; set;}

Parameters

index

See Also

© 2010 All Rights Reserved.