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






In This Topic
    IndexOf Method (DicomLabelCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Function IndexOf( _
       ByVal item As DicomLabel _
    ) As System.Integer
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim item As DicomLabel
    Dim value As System.Integer
     
    value = instance.IndexOf(item)
    [__DynamicallyInvokable()]
    public System.int IndexOf( 
       DicomLabel item
    )
    public function IndexOf( 
        item: DicomLabel
    ): System.Integer; 
    __DynamicallyInvokableAttribute()
    public function IndexOf( 
       item : DicomLabel
    ) : System.int;
    [__DynamicallyInvokable()]
    public: System.int IndexOf( 
       DicomLabel* item
    ) 
    [__DynamicallyInvokable()]
    public:
    System.int IndexOf( 
       DicomLabel^ item
    ) 

    Parameters

    item
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also