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
Name | Description | |
---|---|---|
![]() | Answer ValueNodeList T |
ValueNodeList constructor
|
![]() | Answer ValueNodeList T (Int32) |
ValueNodeList constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the collection.
|
![]() | Clear |
Clears the collection.
|
![]() | Contains |
Determines if the collection contains the specified item.
|
![]() | CopyTo |
Not implemented.
|
![]() | ![]() | (Inherited from ![]() |
![]() | GetEnumerator |
GetEnumerator summary
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Insert |
Insert summary
|
![]() | PrepareForIndex |
PrepareForIndex summary
|
![]() | Remove |
Removes an item from the collection.
|
![]() | RemoveAt |
RemoveAt summary
|
![]() | ResetCount |
Resets the count.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | WriteXml |
Writes the XML representation of the answer at the specified depth.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of items in the collection.
|
![]() | IsReadOnly |
Indicates if the collection is read-only or not.
|
![]() | Item |
ValueNode summary
|
![]() | SetCount |
Returns the number of values in the list.
|
See Also