DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / Contains Method / Contains(Byte) Method






In This Topic
    Contains(Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Function Contains( _
       ByVal key 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 key
    )
    public function Contains( 
        key: System.Byte
    ): System.Boolean; 
    __DynamicallyInvokableAttribute()
    public function Contains( 
       key : System.byte
    ) : System.boolean;
    [__DynamicallyInvokable()]
    public: System.bool Contains( 
       System.byte key
    ) 
    [__DynamicallyInvokable()]
    public:
    System.bool Contains( 
       System.byte key
    ) 

    Parameters

    key
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also