FeatureReports Property

HidSharp

ReportDescriptorParser FeatureReports Property HIDSharp

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

Syntax

public IEnumerable<Report> FeatureReports { get; }
public IEnumerable<Report> FeatureReports { get; }
Public ReadOnly Property FeatureReports As IEnumerable(Of Report)
	Get
Public ReadOnly Property FeatureReports As IEnumerable(Of Report)
	Get
public:
property IEnumerable<Report^>^ FeatureReports {
	IEnumerable<Report^>^ get ();
}
public:
property IEnumerable<Report^>^ FeatureReports {
	IEnumerable<Report^>^ get ();
}
member FeatureReports : IEnumerable<Report> with get
member FeatureReports : IEnumerable<Report> with get
See Also