Npgsql.NpgsqlParameterCollection.NpgsqlParameterCollection C# (CSharp) Метод

NpgsqlParameterCollection() приватный Метод

Initializes a new instance of the NpgsqlParameterCollection class.
private NpgsqlParameterCollection ( ) : System
Результат System
        internal NpgsqlParameterCollection()
        {
            NpgsqlEventLog.LogMethodEnter(LogLevel.Debug, CLASSNAME, CLASSNAME);
            InvalidateHashLookups();
        }