| Overload | Description |
|---|---|
| OracleNumberMappingCollection Constructor() | Creates an empty OracleNumberMappingCollection with capacity = 4. |
| OracleNumberMappingCollection Constructor(Int32) | Creates an empty OracleNumberMappingCollection and allows you to set its capacity. |
| OracleNumberMappingCollection Constructor(IEnumerable<OracleNumberMapping>) | Creates an empty OracleNumberMappingCollection with capacity = 4. |