Serilog.Parsing.PropertyToken.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode() => PropertyName.GetHashCode();