public static int GetTypeId() { return typeof(TypeOfInstance).Name.GetHashCode(); }
public static int GetTypeId() { return typeof(TypeOfInstance).Name.GetHashCode(); }
how can i get the current type of the current class? this class will be inherited by other classes, and i need to get the hash code of the name of the class