mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
parent
6a5c507936
commit
1fc6f22ea9
@ -93,15 +93,6 @@ namespace Spectre.Console
|
||||
return new Style(link: link);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a copy of the current <see cref="Style"/>.
|
||||
/// </summary>
|
||||
/// <returns>A copy of the current <see cref="Style"/>.</returns>
|
||||
public Style Clone()
|
||||
{
|
||||
return new Style(Foreground, Background, Decoration, Link);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Combines this style with another one.
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user