IndexOf Method (DicomLabelCollection)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Function IndexOf( _
ByVal 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
)
public function IndexOf(
: DicomLabel
): System.Integer;
__DynamicallyInvokableAttribute()
public function IndexOf(
: DicomLabel
) : System.int;
[__DynamicallyInvokable()]
public: System.int IndexOf(
DicomLabel*
)
[__DynamicallyInvokable()]
public:
System.int IndexOf(
DicomLabel^
)
Parameters
- item
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also