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

ResultPropertyCollection Constructor (Int32)

Constructs a ResultPropertyCollection 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 ResultPropertyCollection(
   Int32 capacity
);

Parameters

capacity
The initial capacity of the list

See Also

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