Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ScopeWithType.cs
Go to the documentation of this file.
3
5
6internal sealed class ScopeWithType : ScopeN
7{
8 public sealed override Type Type { get; }
9
15
25}
static void ValidateVariables(ReadOnlyCollection< ParameterExpression > varList, string collectionName)
IReadOnlyList< ParameterExpression > ReuseOrValidateVariables(ReadOnlyCollection< ParameterExpression > variables)
override BlockExpression Rewrite(ReadOnlyCollection< ParameterExpression > variables, Expression[] args)
ScopeWithType(IReadOnlyList< ParameterExpression > variables, IReadOnlyList< Expression > expressions, Type type)