Insert Method (DicomDataSetCollection)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As DicomDataSet _
)
'Usage
Dim instance As DicomDataSetCollection
Dim index As System.Integer
Dim item As DicomDataSet
instance.Insert(index, item)
[__DynamicallyInvokable()]
public void Insert(
System.int ,
DicomDataSet
)
public procedure Insert(
: System.Integer;
: DicomDataSet
);
__DynamicallyInvokableAttribute()
public function Insert(
: System.int,
: DicomDataSet
);
[__DynamicallyInvokable()]
public: void Insert(
System.int ,
DicomDataSet*
)
[__DynamicallyInvokable()]
public:
void Insert(
System.int ,
DicomDataSet^
)
Parameters
- index
- item
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also