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