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
relativePathstring- The common relative path of the documentation file for the overloaded members, or
nullif not applicable.
