Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ArrayModel.cs
Go to the documentation of this file.
2
4
5internal sealed class ArrayModel : TypeModel
6{
8 {
9 [RequiresUnreferencedCode("Calls GetTypeModel")]
10 get
11 {
13 }
14 }
15
20}
ArrayModel([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type type, TypeDesc typeDesc, ModelScope scope)
Definition ArrayModel.cs:16
TypeModel GetTypeModel(Type type)
Definition ModelScope.cs:22
static Type GetArrayElementType(Type type, string memberInfo)
Definition TypeScope.cs:576