Implements Item[([(Int32])]).
Namespace:
PerpetuumSoft.Framework.ConnectivityAssembly: PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ItemSpec this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As ItemSpec |
Visual C++ |
---|
public: property ItemSpec^ default[int index] { ItemSpec^ get (int index); void set (int index, ItemSpec^ value); } |
Parameters
- index
- Type: System..::.Int32