List Members
Include Protected Members
Include Inherited Members
Represents a list of Link objects, and information for displaying them in a syndication feed.
The List type exposes the following members.
Constructors
Name | Description | |
---|---|---|
List | Creates an instance of a List object. |
Top
Properties
Name | Description | |
---|---|---|
Items | Gets a list containing the Link objects stored in this object. | |
Separator | Gets or sets a string value that should be used to separate items in the feed display. | |
Size | Gets or sets a value indicating the size of the list. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ListToString | Converts the list of Link objects into a string. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top