mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 13:23:40 +01:00
StyleCop: 10 files of small miscellaneous fixes
This commit is contained in:
parent
97d8fa855a
commit
81b04b2b3c
11 changed files with 38 additions and 48 deletions
|
|
@ -12,7 +12,7 @@ namespace Dalamud
|
|||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Attention! The performance of these methods is severely worse than regular <see cref="Marshal"/> calls.
|
||||
/// Please consider using these instead in performance-critical code.
|
||||
/// Please consider using those instead in performance-critical code.
|
||||
/// </remarks>
|
||||
public static class SafeMemory
|
||||
{
|
||||
|
|
@ -50,7 +50,7 @@ namespace Dalamud
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Read an object of the specified struct from the current process.
|
||||
/// Read an object of the specified struct from the current process.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The type of the struct.</typeparam>
|
||||
/// <param name="address">The address to read from.</param>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue