BBGamelib.tHashElement.hashKey C# (CSharp) Method

hashKey() public method

public hashKey ( ) : int
return int
		public int hashKey()
		{
			return target.GetHashCode ();		
		}
	}
tHashElement