Indices Property

HidSharp

IndexList Indices Property HIDSharp

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

Syntax

public IList<IList<uint>> Indices { get; private set; }
public IList<IList<uint>> Indices { get; private set; }
Public Property Indices As IList(Of IList(Of UInteger))
	Get 
	Private Set
Public Property Indices As IList(Of IList(Of UInteger))
	Get 
	Private Set
public:
property IList<IList<unsigned int>^>^ Indices {
	IList<IList<unsigned int>^>^ get ();
	private: void set (IList<IList<unsigned int>^>^ value);
}
public:
property IList<IList<unsigned int>^>^ Indices {
	IList<IList<unsigned int>^>^ get ();
	private: void set (IList<IList<unsigned int>^>^ value);
}
member Indices : IList<IList<uint32>> with get, private set
member Indices : IList<IList<uint32>> with get, private set
See Also