The AttributeStore type exposes the following members.

Constructors

  NameDescription
Public methodAttributeStore()()()()
Initializes a new instance of the AttributeStore class
Public methodAttributeStore(Dictionary<(Of <<'(String, Object>)>>))
Initializes a new instance of the AttributeStore class
Public methodAttributeStore(IAttributeStore)
Initializes a new instance of the AttributeStore class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodfilterNull
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetAttribute(String)
Public methodgetAttribute(String, Object)
Public methodgetAttributeNames
Public methodgetAttributes
Public methodgetBoolAttribute
Public methodgetByteAttribute
Public methodgetDoubleAttribute
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetIntAttribute
Public methodgetListAttribute
Public methodgetLongAttribute
Public methodgetMapAttribute
Public methodgetSetAttribute
Public methodgetShortAttribute
Public methodgetStringAttribute
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodhasAttribute
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodremoveAttribute
Public methodremoveAttributes
Public methodsetAttribute
Public methodsetAttributes(IDictionary<(Of <<'(String, Object>)>>))
Public methodsetAttributes(IAttributeStore)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldattributes

See Also