Create a new instance of the IdentityMap that has an iteration order of the order the objects were added to the Map.

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static IDictionary InstantiateSequenced(
	int size
)
Visual Basic
Public Shared Function InstantiateSequenced ( _
	size As Integer _
) As IDictionary
Visual C++
public:
static IDictionary^ InstantiateSequenced(
	int size
)

Parameters

size
Type: System..::..Int32

[Missing <param name="size"/> documentation for "M:NHibernate.Util.IdentityMap.InstantiateSequenced(System.Int32)"]

Return Value

A new IdentityMap based on ListDictionary.

See Also