BaseCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

BaseCollection.Item Property

BR.AN.PviServices .NET


Indexer function.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal indexer As Object _

) As Object

  Public Get

  End Get

End Property

[C#]

public object this[

  object indexer

] { public get; }

Parameters

indexer

The indexer object.

See Also

BaseCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]