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

element XElement
The XML element containing the see-also reference.
comment SeeAlsoComment
When this method returns, contains the created see-also comment if successful; otherwise, null.

Returns

bool
true if a comment was successfully created; otherwise, false.