NameValueCollection.HasKeys Método

Definição

Obtém um valor que indica se o NameValueCollection contém chaves que não são null.Gets a value indicating whether the NameValueCollection contains keys that are not null.

public:
 bool HasKeys();
public bool HasKeys ();
member this.HasKeys : unit -> bool
Public Function HasKeys () As Boolean

Retornos

Boolean

true se o NameValueCollection contiver chaves que não são null; caso contrário, false.true if the NameValueCollection contains keys that are not null; otherwise, false.

Comentários

Este método é uma operação O(1).This method is an O(1) operation.

Aplica-se a