NameValueCollection.HasKeys Method ()
.NET Framework (current version)
Gets a value indicating whether the NameValueCollection contains keys that are not null.
Assembly: System (in System.dll)
Return Value
Type: System.Booleantrue if the NameValueCollection contains keys that are not null; otherwise, false.
This method is an O(1) operation.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: