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






In This Topic
    RemoveAt Method (DicomLabelCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim index As System.Integer
     
    instance.RemoveAt(index)
    [__DynamicallyInvokable()]
    public void RemoveAt( 
       System.int index
    )
    public procedure RemoveAt( 
        index: System.Integer
    ); 
    __DynamicallyInvokableAttribute()
    public function RemoveAt( 
       index : System.int
    );
    [__DynamicallyInvokable()]
    public: void RemoveAt( 
       System.int index
    ) 
    [__DynamicallyInvokable()]
    public:
    void RemoveAt( 
       System.int index
    ) 

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also