1.implied though not directly expressed; inherent in the nature of something;
an implicit agreement not to raise the subject
2.being without doubt or reserve;
implicit trust
implicit 關鍵字用于聲明隱式的用戶定義類型轉換運算符。如果轉換過程可以確保不會造成數據丟失,則可使用該關鍵字在用戶定義類型和其他類型之間進行隱式轉換。 備注 隱式轉換可以通過消除不必要的類型轉換來提高源代碼的可讀性。但是,因為隱式轉換不需要程序員將一種類型顯式強制轉換為另一種類型,所以使用隱式轉換時必須格外小心,以免出現意外結果。一般情況下,隱式轉換運算符應當從不引發異常并且從不丟失信息,以便可以在