FubuMVC.Core.Caching.SetContentType.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return (_contentType != null ? _contentType.GetHashCode() : 0);
        }