CurrentCollection Property

HidSharp

ReportDescriptorParser CurrentCollection Property HIDSharp

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

Syntax

public ReportCollection CurrentCollection { get; set; }
public ReportCollection CurrentCollection { get; set; }
Public Property CurrentCollection As ReportCollection 
	Get 
	Set
Public Property CurrentCollection As ReportCollection 
	Get 
	Set
public:
property ReportCollection^ CurrentCollection {
	ReportCollection^ get ();
	void set (ReportCollection^ value);
}
public:
property ReportCollection^ CurrentCollection {
	ReportCollection^ get ();
	void set (ReportCollection^ value);
}
member CurrentCollection : ReportCollection with get, set
member CurrentCollection : ReportCollection with get, set
See Also