Click or drag to resize
IReadOnlyLogical Methods

The IReadOnlyLogical type exposes the following members.

Methods
  NameDescription
Public methodAttribute
Retrieve the attribute with the specified name
(Inherited from IReadOnlyElement.)
Public methodAttributes
Retrieve all attributes specified for the element
(Inherited from IReadOnlyElement.)
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodElements
Retrieve all child elements
(Inherited from IReadOnlyElement.)
Public methodToAml
Render the node to a string
(Inherited from IAmlNode.)
Public methodToAml(XmlWriter)
Write the node to the specified XmlWriter
(Inherited from IAmlNode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToXml
Renders an AML node to XML
(Defined by ItemExtensions.)
Top
See Also