Answer ValueNodeList T  Members

The Answer class is an implementation of the "opaque class cluster" pattern. Callers do not create instances of Answer directly, but use AnswerCollection.CreateAnswer(). The object that is returned is actually an instance of a private subclass of Answer, but you only access it via public methods and properties of the Answer class.

The Answer ValueNodeList T  type exposes the following members.
Constructors

  NameDescription
Public methodAnswer ValueNodeList T  
ValueNodeList constructor
Public methodAnswer ValueNodeList T (Int32)
ValueNodeList constructor
Back to Top
Methods

  NameDescription
Public methodAdd
Adds an item to the collection.
Public methodClear
Clears the collection.
Public methodContains
Determines if the collection contains the specified item.
Public methodCopyTo
Not implemented.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodGetEnumerator
GetEnumerator summary
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInsert
Insert summary
Public methodPrepareForIndex
PrepareForIndex summary
Public methodRemove
Removes an item from the collection.
Public methodRemoveAt
RemoveAt summary
Public methodResetCount
Resets the count.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWriteXml
Writes the XML representation of the answer at the specified depth.
Back to Top
Properties

  NameDescription
Public propertyCount
Returns the number of items in the collection.
Public propertyIsReadOnly
Indicates if the collection is read-only or not.
Public propertyItem
ValueNode summary
Public propertySetCount
Returns the number of values in the list.
Back to Top
See Also