![]() | List |
public class ListValue<T> : OpenXmlSimpleType, IEnumerable<T>, IEnumerable where T : new(), OpenXmlSimpleType
The ListValueT type exposes the following members.
Name | Description | |
---|---|---|
![]() | ListValueT | Initializes a new instance of the ListValueT class. |
![]() | ListValueT(IEnumerableT) | Initializes a new instance of the ListValueT class using the supplied list of values. |
![]() | ListValueT(ListValueT) | Initializes a new instance of the ListValueT class by deep copying the supplied ListValueT class. |
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the underneath text value is a valid value.
(Overrides OpenXmlSimpleTypeHasValue) |
![]() | InnerText |
Gets or sets the inner XML text.
(Overrides OpenXmlSimpleTypeInnerText) |
![]() | Items | Gets the values. |
Name | Description | |
---|---|---|
![]() | Clone |
Creates a duplicate of the current value.
(Inherited from OpenXmlSimpleType) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString |
Returns a String that represents the current value.
(Inherited from OpenXmlSimpleType) |