Fix method summaries

pull/13269/head
Halil İbrahim Kalkan 3 years ago
parent 1167c78acd
commit 80f907ff41

@ -122,7 +122,7 @@ public class PermissionDefinition : IHasSimpleStateCheckers<PermissionDefinition
}
/// <summary>
/// Set the <see cref="StateProviders"/> property.
/// Adds one or more providers to the <see cref="Providers"/> list.
/// This is a shortcut for nested calls on this object.
/// </summary>
public virtual PermissionDefinition WithProviders(params string[] providers)

@ -91,7 +91,7 @@ public class SettingDefinition
}
/// <summary>
/// Sets a property in the <see cref="Properties"/> dictionary.
/// Adds one or more providers to the <see cref="Providers"/> list.
/// This is a shortcut for nested calls on this object.
/// </summary>
public virtual SettingDefinition WithProviders(params string[] providers)

Loading…
Cancel
Save