'Declaration Public Default Property Item( _
ByVal indexThe zero-based index of the page to get or set.As System.Int32 _
) As DicomDataSet
public DicomDataSet this[
System.Int32 index
]{ get; set; }
public: __property DicomDataSet* get_Item(
System.Int32 index
); public: __property void set_Item(
System.Int32 index,
DicomDataSet* value
);
public:
property DicomDataSet^ default [System.Int32] { DicomDataSet^ get(System.Int32 index); void set(System.Int32 index, DicomDataSet^ value); }
Parameters
- index
- The zero-based index of the page to get or set.
Return Value
The page at the specified index.