mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 23:37:47 +01:00
Applied a slightly expanded .editorconfig to all files, checked the changes and did some simple refactoring-suggestions.
This commit is contained in:
parent
b307a787db
commit
801d9e24cf
38 changed files with 1438 additions and 1055 deletions
|
|
@ -25,7 +25,8 @@ namespace Penumbra.Extensions
|
|||
/// <typeparam name="TField">The type of the underlying field</typeparam>
|
||||
/// <returns>A delegate that will return a reference to a particular field - zero copy</returns>
|
||||
/// <exception cref="MissingFieldException"></exception>
|
||||
private static RefGet< TObject, TField > CreateRefGetter< TObject, TField >( string fieldName ) where TField : unmanaged
|
||||
private static RefGet< TObject, TField > CreateRefGetter< TObject, TField >( string fieldName )
|
||||
where TField : unmanaged
|
||||
{
|
||||
const BindingFlags flags = BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue