Fix IDE0250
This commit is contained in:
committed by
Pavel Penev
parent
5e52d067c8
commit
5a2a448c32
@@ -188,7 +188,7 @@ namespace OpenRA.Network
|
||||
public (string[] Names, Values Values) NamesValues;
|
||||
}
|
||||
|
||||
struct TypeInfo
|
||||
readonly struct TypeInfo
|
||||
{
|
||||
static readonly ParameterExpression SyncParam = Expression.Parameter(typeof(ISync), "sync");
|
||||
static readonly ConstantExpression NullString = Expression.Constant(null, typeof(string));
|
||||
|
||||
Reference in New Issue
Block a user