OverloadCollection<T>.TryGetDocumentationFile Method

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Get the common relative path of the documentation file for the overloaded members.
public bool TryGetDocumentationFile([NotNullWhen(true)] out string relativePath)

Parameters

relativePath string
The common relative path of the documentation file for the overloaded members, or null if not applicable.

Returns

bool
true if a common documentation file is applicable; otherwise, false.