Initializes a new instance of the MapOfSets<(Of <(<'T, V>)>)> class

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public MapOfSets(
	IDictionary<T, Dictionary<V, V>> m
)
Visual Basic
Public Sub New ( _
	m As IDictionary(Of T, Dictionary(Of V, V)) _
)
Visual C++
public:
MapOfSets(
	IDictionary<T, Dictionary<V, V>^>^ m
)

Parameters

m
Type: System.Collections.Generic..::..IDictionary<(Of <(<'T, Dictionary<(Of <(<'V, V>)>)>>)>)>
the backing store for this object

See Also