HashtableArray.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

HashtableArray.Item Property

BR.AN.PviServices .NET


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; }

Parameters

key

The key for the item to get.

See Also

HashtableArray Class | BR.AN.PviServices Namespace | HashtableArray.Item Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]