Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypeInformation.cs
Go to the documentation of this file.
1
namespace
System.Runtime.Serialization.Formatters.Binary
;
2
3
internal
sealed
class
TypeInformation
4
{
5
internal
string
FullTypeName
{
get
; }
6
7
internal
string
AssemblyString
{
get
; }
8
9
internal
bool
HasTypeForwardedFrom
{
get
; }
10
11
internal
TypeInformation
(
string
fullTypeName
,
string
assemblyString
,
bool
hasTypeForwardedFrom
)
12
{
13
FullTypeName
=
fullTypeName
;
14
AssemblyString
=
assemblyString
;
15
HasTypeForwardedFrom
=
hasTypeForwardedFrom
;
16
}
17
}
System.Runtime.Serialization.Formatters.Binary.TypeInformation.TypeInformation
TypeInformation(string fullTypeName, string assemblyString, bool hasTypeForwardedFrom)
Definition
TypeInformation.cs:11
System.Runtime.Serialization.Formatters.Binary.TypeInformation.AssemblyString
string AssemblyString
Definition
TypeInformation.cs:7
System.Runtime.Serialization.Formatters.Binary.TypeInformation.HasTypeForwardedFrom
bool HasTypeForwardedFrom
Definition
TypeInformation.cs:9
System.Runtime.Serialization.Formatters.Binary.TypeInformation.FullTypeName
string FullTypeName
Definition
TypeInformation.cs:5
System.Runtime.Serialization.Formatters.Binary.TypeInformation
Definition
TypeInformation.cs:4
System.Runtime.Serialization.Formatters.Binary
Definition
BinaryArray.cs:1
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
source
System.Runtime.Serialization.Formatters
System.Runtime.Serialization.Formatters.Binary
TypeInformation.cs
Generated by
1.10.0