Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ConstraintStruct.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
5internal sealed class ConstraintStruct
6{
8
10
12
14
16
17 private readonly int _tableDim;
18
19 internal int TableDim => _tableDim;
20
32}
CompiledIdentityConstraint constraint
ConstraintStruct(CompiledIdentityConstraint constraint)