SeeAlsoComment.TryCreate Method
- Namespace
- Kampute.DocToolkit.XmlDoc.Comments
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to create a new instance of the SeeAlsoComment class from the specified XML element.
public static bool TryCreate(XElement element, [NotNullWhen(true)] out SeeAlsoComment comment)Parameters
elementXElement- The XML element containing the see-also reference.
commentSeeAlsoComment- When this method returns, contains the created see-also comment if successful; otherwise,
null.
