Exemple #1
0
 /// <summary>
 /// Returns true if k is non-empty, false otherwise.
 /// </summary>
 public bool HasKey()
 {
     return(state.HasKey());
 }