鄉民提供的題目 https://www.ptt.cc/bbs/Soft_Job/M.1599191750.A.773.html > → CoNsTaR: 也可以講一下 has, with, is, at... 也可以命名狀態變數 09/05 04:46 --- 想到了幾個例子: * .NET `Dictionary<TKey,TValue>.ContainsKey(TKey)` https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.containskey?view=netcore-3.1 * .NET `String.IsNullOrEmpty(String)` https://docs.microsoft.com/en-us/dotnet/api/system.string.isnullorempty?view=netcore-3.1 * .NET `HttpResponseMessage.EnsureSuccessStatusCode()` https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage.ensuresuccessstatuscode?view=netcore-3.1