Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Diagnostics
;
4
using
System.Reflection
;
5
using
System.Resources
;
6
using
System.Runtime.CompilerServices
;
7
using
System.Runtime.InteropServices
;
8
using
System.Runtime.Versioning
;
9
10
[
assembly
:
CLSCompliant
(
true
)]
11
[
assembly
:
DefaultDllImportSearchPaths
(
DllImportSearchPath
.System32 |
DllImportSearchPath
.AssemblyDirectory)]
12
[
assembly
:
AssemblyDefaultAlias
(
"System.Collections"
)]
13
[
assembly
:
NeutralResourcesLanguage
(
"en-US"
)]
14
[
assembly
:
AssemblyMetadata
(
".NETFrameworkAssembly"
,
""
)]
15
[
assembly
:
AssemblyMetadata
(
"Serviceable"
,
"True"
)]
16
[
assembly
:
AssemblyMetadata
(
"PreferInbox"
,
"True"
)]
17
[
assembly
:
AssemblyMetadata
(
"IsTrimmable"
,
"True"
)]
18
[
assembly
:
AssemblyCompany
(
"Microsoft Corporation"
)]
19
[
assembly
:
AssemblyCopyright
(
"© Microsoft Corporation. All rights reserved."
)]
20
[
assembly
:
AssemblyDescription
(
"System.Collections"
)]
21
[
assembly
:
AssemblyFileVersion
(
"6.0.21.52210"
)]
22
[
assembly
:
AssemblyInformationalVersion
(
"6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6"
)]
23
[
assembly
:
AssemblyProduct
(
"Microsoft® .NET"
)]
24
[
assembly
:
AssemblyTitle
(
"System.Collections"
)]
25
[
assembly
:
AssemblyMetadata
(
"RepositoryUrl"
,
"https://github.com/dotnet/runtime"
)]
26
[
assembly
:
AssemblyVersion
(
"6.0.0.0"
)]
27
[
assembly
:
TypeForwardedTo
(
typeof
(
Comparer<>
))]
28
[
assembly
:
TypeForwardedTo
(
typeof
(
Dictionary<, >
))]
29
[
assembly
:
TypeForwardedTo
(
typeof
(
EqualityComparer<>
))]
30
[
assembly
:
TypeForwardedTo
(
typeof
(
HashSet<>
))]
31
[
assembly
:
TypeForwardedTo
(
typeof
(
List<>
))]
32
[
assembly
:
TypeForwardedTo
(
typeof
(
Queue<>
))]
33
[
assembly
:
TypeForwardedTo
(
typeof
(
ReferenceEqualityComparer
))]
34
[
module
:
System
.
Runtime
.
CompilerServices
.NullablePublicOnly(
false
)]
35
[
module
:
SkipLocalsInit
]
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.ReferenceEqualityComparer
Definition
ReferenceEqualityComparer.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Diagnostics
Definition
AggregationManager.cs:6
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Resources
Definition
FastResourceComparer.cs:5
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.InteropServices.DllImportSearchPath
DllImportSearchPath
Definition
DllImportSearchPath.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.Runtime
Definition
NullablePublicOnlyAttribute.cs:3
System
Definition
BlockingCollection.cs:8
source
System.Collections
Properties
AssemblyInfo.cs
Generated by
1.10.0