Click or drag to resize
RegionAttributes Methods

The RegionAttributes type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
True if all the attributes are equal to those of other.
(Overrides ObjectEquals(Object).)
Public methodEquals(RegionAttributes)
True if all the attributes are equal to those of other.
Public methodFromData
Deserializes this Properties object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToData
Serializes this Properties object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateSerializableAttributes
Throws IllegalStateException if the attributes are not suited for serialization such as those that have a cache callback (listener, loader, or writer) set directly instead of providing the library path and factory function.
Top
See Also