Click or drag to resize

ArrayItem Class

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Beta.XPathItem
    Altova.RaptorXml.Beta.XPathFunctionItem
      Altova.RaptorXml.Beta.XPathArrayItem

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class ArrayItem : FunctionItem, IEnumerable

The ArrayItem type exposes the following members.

Constructors
  NameDescription
Public methodArrayItem
Initializes a new instance of the ArrayItem class
Top
Properties
  NameDescription
Public propertyArity (Inherited from FunctionItem.)
Public propertyCount
Public propertyItem
Public propertyName (Inherited from FunctionItem.)
Public propertySignature (Inherited from FunctionItem.)
Top
Methods
  NameDescription
Public methodAdd
Public methodCompareTo(Object) (Inherited from Item.)
Public methodCompareTo(Item) (Inherited from Item.)
Public methodConcat(ArrayItem)
Public methodConcat(Sequence)
Public methodDispose (Inherited from Item.)
Public methodEquals(Object) (Inherited from Item.)
Public methodEquals(Item) (Inherited from Item.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Item.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeName
(Inherited from Item.)
Public methodSetValue
Public methodToString (Inherited from Item.)
Top
See Also