Public Sub New()
public ParameterCollection()
The ParameterCollection constructor creates a new instance of the ParameterCollection class. Upon construction, the ParameterCollection contains no parameters.
Private Sub GeoCalcNET_ParameterCollection()
Dim pc As New GeoCalcNET.ParameterCollection
End Sub
private void GeoCalcNET_ParameterCollection()
{
GeoCalcNET.ParameterCollection pc = new GeoCalcNET.ParameterCollection();
}