SeeAlsoComment.Collect Method
- Namespace
- Kampute.DocToolkit.XmlDoc.Comments
- Assembly
- Kampute.DocToolkit.dll
Definition
Collects all see-also references from the specified XML elements.
public static IEnumerable<SeeAlsoComment> Collect(IEnumerable<XElement> elements)Parameters
elementsIEnumerable<XElement>- The XML elements to collect see-also references from.
Returns
- IEnumerable<SeeAlsoComment>
- An enumerable collection of SeeAlsoComment instances.
Exceptions
- ArgumentNullException
- Thrown when
elementsisnull.
