GlobalItemStateStack Property

HidSharp

ReportDescriptorParser GlobalItemStateStack Property HIDSharp

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

Syntax

public IList<IDictionary<GlobalItemTag, EncodedItem>> GlobalItemStateStack { get; private set; }
public IList<IDictionary<GlobalItemTag, EncodedItem>> GlobalItemStateStack { get; private set; }
Public Property GlobalItemStateStack As IList(Of IDictionary(Of GlobalItemTag, EncodedItem))
	Get 
	Private Set
Public Property GlobalItemStateStack As IList(Of IDictionary(Of GlobalItemTag, EncodedItem))
	Get 
	Private Set
public:
property IList<IDictionary<GlobalItemTag, EncodedItem^>^>^ GlobalItemStateStack {
	IList<IDictionary<GlobalItemTag, EncodedItem^>^>^ get ();
	private: void set (IList<IDictionary<GlobalItemTag, EncodedItem^>^>^ value);
}
public:
property IList<IDictionary<GlobalItemTag, EncodedItem^>^>^ GlobalItemStateStack {
	IList<IDictionary<GlobalItemTag, EncodedItem^>^>^ get ();
	private: void set (IList<IDictionary<GlobalItemTag, EncodedItem^>^>^ value);
}
member GlobalItemStateStack : IList<IDictionary<GlobalItemTag, EncodedItem>> with get, private set
member GlobalItemStateStack : IList<IDictionary<GlobalItemTag, EncodedItem>> with get, private set
See Also