Removes the specified TdParameter (index) from the collection.
Syntax
'Declaration
Public Overloads Overrides NotOverridable Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As TdParameterCollection
Dim index As Integer
instance.RemoveAt(index)
public override void RemoveAt(
int
)
public:
void RemoveAt(
int
) override
Parameters
- index
- The specified position within the collection.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also