MySql.Data.MySqlClient.MySqlParameterCollection.MySqlParameterCollection C# (CSharp) Method

MySqlParameterCollection() private method

private MySqlParameterCollection ( MySqlCommand cmd ) : System
cmd MySqlCommand
return System
    internal MySqlParameterCollection(MySqlCommand cmd)
    {
      indexHashCS = new Hashtable();
      indexHashCI = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
      Clear();
    }