UnityEngine.Internal.DefaultValueAttribute.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            if (this.DefaultValue == null)
            {
                return base.GetHashCode();
            }
            return this.DefaultValue.GetHashCode();
        }