DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Insert Method






In This Topic
    Insert Method (DicomLabelCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item 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 index,
       DicomLabel item
    )
    public procedure Insert( 
        index: System.Integer;
        item: DicomLabel
    ); 
    __DynamicallyInvokableAttribute()
    public function Insert( 
       index : System.int,
       item : DicomLabel
    );
    [__DynamicallyInvokable()]
    public: void Insert( 
       System.int index,
       DicomLabel* item
    ) 
    [__DynamicallyInvokable()]
    public:
    void Insert( 
       System.int index,
       DicomLabel^ item
    ) 

    Parameters

    index
    item
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also