iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ResultMapCollection Constructor (Int32)

Constructs a ResultMapCollection with a given initial capacity. The list is initially empty, but will have room for the given number of elements before any reallocations are required.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Int32 As Integer _
)
[C#]
public ResultMapCollection(
   Int32 capacity
);

Parameters

capacity
The initial capacity of the list

See Also

ResultMapCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace | ResultMapCollection Constructor Overload List