In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Overloads Function Contains( _
ByVal As System.Byte _
) As System.Boolean
'Usage
Dim instance As DicomContextCollection
Dim key As System.Byte
Dim value As System.Boolean
value = instance.Contains(key)
[__DynamicallyInvokable()]
public System.bool Contains(
System.byte
)
public function Contains(
: System.Byte
): System.Boolean;
__DynamicallyInvokableAttribute()
public function Contains(
: System.byte
) : System.boolean;
[__DynamicallyInvokable()]
public: System.bool Contains(
System.byte
)
[__DynamicallyInvokable()]
public:
System.bool Contains(
System.byte
)
Parameters
- key
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also