[__DynamicallyInvokable()] protected virtual void SetItem( System.int index, DicomAssociation item )
protected procedure SetItem( index: System.Integer; item: DicomAssociation ); virtual;
__DynamicallyInvokableAttribute() protected function SetItem( index : System.int, item : DicomAssociation );
[__DynamicallyInvokable()] protected: virtual void SetItem( System.int index, DicomAssociation* item )
[__DynamicallyInvokable()] protected: virtual void SetItem( System.int index, DicomAssociation^ item )
'Declaration
<__DynamicallyInvokableAttribute()> Protected Overridable Sub SetItem( _ ByVal index As System.Integer, _ ByVal item As DicomAssociation _ )
'Usage
Dim instance As DicomAssociationCollection Dim index As System.Integer Dim item As DicomAssociation instance.SetItem(index, item)
Parameters
- index
- item