-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolved some CS1573,1591 #2073
Conversation
public interface INavigationParametersInternal | ||
{ | ||
/// <summary> | ||
/// Adds the key and value to the KeyValuePair<string,object> collection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is invalid markup... second we don't really want to reference the KeyValuePair's outright... just refer to them as parameters
@@ -1,11 +1,30 @@ | |||
namespace Prism.Navigation | |||
{ | |||
/// <summary> | |||
/// Internal - Provides a way for the <see cref="INavigationService"/> to pass parameteres during navigation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used to set internal parameters used by Prism's NavigationService
/// <summary> | ||
/// Adds the key and value to the KeyValuePair<string,object> collection | ||
/// </summary> | ||
/// <param name="key">The key to reference this value in the KeyValuePair<string, object></param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment above
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description of Change
Resolved some CS1573,1591 #1978
Bugs Fixed
API Changes
None
Behavioral Changes
None
PR Checklist