mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-12 19:19:52 +00:00
include the missing xml code documentations
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class Error
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the stack.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The stack.
|
||||
/// </value>
|
||||
public string Stack { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user