BasicPermission.toHash

Returns the hash code value for this object. The hash code used is the hash code of the name, that is, {@code getName().hashCode()}, where {@code getName} is from the Permission superclass.

@return a hash code value for this object.

class BasicPermission
override @trusted nothrow
size_t
toHash
()

Meta