Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NamespaceData()

System.Reflection.Metadata.Ecma335.NamespaceData.NamespaceData ( StringHandle name,
string fullName,
NamespaceDefinitionHandle parent,
ImmutableArray< NamespaceDefinitionHandle > namespaceDefinitions,
ImmutableArray< TypeDefinitionHandle > typeDefinitions,
ImmutableArray< ExportedTypeHandle > exportedTypes )
inline

Definition at line 19 of file NamespaceData.cs.

20 {
21 Name = name;
22 FullName = fullName;
23 Parent = parent;
24 NamespaceDefinitions = namespaceDefinitions;
25 TypeDefinitions = typeDefinitions;
26 ExportedTypes = exportedTypes;
27 }
readonly ImmutableArray< TypeDefinitionHandle > TypeDefinitions
readonly ImmutableArray< ExportedTypeHandle > ExportedTypes
readonly NamespaceDefinitionHandle Parent
readonly ImmutableArray< NamespaceDefinitionHandle > NamespaceDefinitions

References System.Reflection.Metadata.Ecma335.NamespaceData.ExportedTypes, System.Reflection.Metadata.Ecma335.NamespaceData.FullName, System.Reflection.Metadata.Ecma335.NamespaceData.Name, System.Reflection.Metadata.Ecma335.NamespaceData.NamespaceDefinitions, System.Reflection.Metadata.Ecma335.NamespaceData.Parent, and System.Reflection.Metadata.Ecma335.NamespaceData.TypeDefinitions.