mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 13:16:45 +00:00
Restricted access to internal and sealed the class.
This commit is contained in:
parent
ff413b8a6c
commit
86e0898811
|
@ -7,7 +7,7 @@ namespace OpenTK.Rewrite
|
|||
/// Acts as a unique identifier for a generated named variable that can be passed between methods. Replaces uses of
|
||||
/// variable names from Mono.Cecil.
|
||||
/// </summary>
|
||||
public class GeneratedVariableIdentifier
|
||||
internal sealed class GeneratedVariableIdentifier
|
||||
{
|
||||
/// <summary>
|
||||
/// The <see cref="MethodBody"/> which the variable is in.
|
||||
|
|
Loading…
Reference in a new issue