Restricted access to internal and sealed the class.

This commit is contained in:
Jarl Gullberg 2017-05-29 21:58:38 +02:00
parent ff413b8a6c
commit 86e0898811
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -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.