Skip to content

Commit

Permalink
Update Microsoft.Toolkit.Graph.Controls/Controls/GraphPresenter/Query…
Browse files Browse the repository at this point in the history
…Option.cs
  • Loading branch information
azchohfi authored Aug 11, 2020
1 parent f012a4e commit c2dd9ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public sealed class QueryOption
/// <summary>
/// Implicit conversion for <see cref="QueryOption"/> to <see cref="Microsoft.Graph.QueryOption"/>.
/// </summary>
/// <param name="option">query option to convert</param>
/// <param name="option">query option to convert.</param>
public static implicit operator Microsoft.Graph.QueryOption(QueryOption option)
{
return new Microsoft.Graph.QueryOption(option.Name, option.Value);
Expand Down

0 comments on commit c2dd9ea

Please sign in to comment.