BBGamelib.tHashElement.hashKey C# (CSharp) 메소드

hashKey() 공개 메소드

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