Esempio n. 1
0
        /// <summary>
        /// Hash code access. Returns the result of the GetHashCode() operation within the target application.
        /// </summary>
        /// <returns>Hash code.</returns>
#else
        /// <summary>
        /// ハッシュコード取得。 操作対象アプリケーション内部で実施した結果を返します。
        /// </summary>
        /// <returns>ハッシュコード。</returns>
#endif
        public override int GetHashCode()
        {
            return(_appVar.GetHashCode());
        }