IndexBase ContainsValue Method | HIDSharp |
Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public bool ContainsValue( uint value )
Public Function ContainsValue ( _ value As UInteger _ ) As Boolean
public: bool ContainsValue( unsigned int value )
public: bool ContainsValue( unsigned int value )
member ContainsValue : value : uint32 -> bool
Parameters
- value
- Type:
System UInt32
See Also