<< Click to Display Table of Contents >> Navigation: »No topics above this level« HashtableArray.Item Property |
This indexer returns the object given the key.
[Visual Basic]
Public Overloads ReadOnly Property Item( _
ByVal key As Object _
) As Object
Public Get
End Get
End Property
[C#]
public object this[
object key
] { public get; }
key
The key for the item to get.
HashtableArray Class | BR.AN.PviServices Namespace | HashtableArray.Item Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]