docs: proper reference to non obsolete method

This commit is contained in:
Paul Pacheco 2019-08-18 16:05:49 -05:00
parent 12f338e142
commit 4bc4ec86ea

View File

@ -223,7 +223,7 @@ static void RemoveTransportHandlers()
} }
/// <summary> /// <summary>
/// Obsolete: Use SendMessage<T> instead with no message id instead /// Obsolete: Use <see cref="Send{T}(T, int)"/> instead with no message id instead
/// </summary> /// </summary>
[EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use SendMessage<T> instead with no message id instead")] [EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use SendMessage<T> instead with no message id instead")]
public static bool Send(short msgType, MessageBase msg) public static bool Send(short msgType, MessageBase msg)