Item Property (MultiColumnDictionary)
In This Topic
Gets or sets the value associated with the specified key
Syntax
'Declaration
Public Shadows Default Property Item( _
ByVal As Object _
) As Object
public new object this[
object
]; {get; set;}
Parameters
- i
- The key of the value to get or set.
See Also