'Declaration Public Overloads Overrides Sub Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal pageThe page to insert to the collection.As DicomPage _
)
public: void Insert(
System.Int32 index,
DicomPage* page
); override
public:
void Insert(
System.Int32 index,
DicomPage^ page
); override
Parameters
- index
- The zero-based index at which page should be inserted.
- page
- The page to insert to the collection.