Method SetSize
SetSize(Int32)
Set the size of the map. This MUST be called before AddMapping(Int32, Int32).
It is assumed (but not verified) that AddMapping(Int32, Int32) will then be
called exactly 'size' times, with different origOrdinals
between 0
and size - 1.
Declaration
void SetSize(int taxonomySize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | taxonomySize |