Count Property

HidSharp

IndexBase Count Property HIDSharp

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public virtual int Count { get; }
public virtual int Count { get; }
Public Overridable ReadOnly Property Count As Integer 
	Get
Public Overridable ReadOnly Property Count As Integer 
	Get
public:
virtual property int Count {
	int get ();
}
public:
virtual property int Count {
	int get ();
}
abstract Count : int with get 
override Count : int with get
abstract Count : int with get 
override Count : int with get
See Also