Npgsql.NpgsqlParameterCollection.NpgsqlParameterCollection C# (CSharp) Method

NpgsqlParameterCollection() private method

Initializes a new instance of the NpgsqlParameterCollection class.
private NpgsqlParameterCollection ( ) : System
return System
        internal NpgsqlParameterCollection()
        {
            NpgsqlEventLog.LogMethodEnter(LogLevel.Debug, CLASSNAME, CLASSNAME);
            InvalidateHashLookups();
        }