Fan.Sys.Service_.hash C# (CSharp) Méthode

hash() public static méthode

public static hash ( Service self ) : long
self Service
Résultat long
        public static long hash(Service self)
        {
            return Env.cur().idHash(self);
        }