Skip to content

Commit

Permalink
Update IModuleInfo.cs
Browse files Browse the repository at this point in the history
Updated comment for InitializationMode
  • Loading branch information
d3fkn1ght authored Apr 17, 2020
1 parent d23846c commit 534891b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Prism.Core/Modularity/IModuleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ public interface IModuleInfo : IModuleCatalogItem
/// </summary>
Collection<string> DependsOn { get; set; }
/// <summary>
/// When Prism should Initialize the module
/// <see cref="InitializationMode"/>
/// Gets or Sets the <see cref="InitializationMode" />
/// </summary>
InitializationMode InitializationMode { get; set; }
/// <summary>
Expand Down

0 comments on commit 534891b

Please sign in to comment.