Method TryGetHelpURL
TryGetHelpURL(Type, out string)
Obtains the help URL from a type.
Declaration
public static bool TryGetHelpURL(Type type, out string url)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type decorated with the HelpURL attribute. |
string | url | The full URL from the HelpURL attribute. If the attribute is not present, this value is null. |
Returns
Type | Description |
---|---|
bool | Returns true if the attribute is present, and false otherwise. |