Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.Ecma335.NamespaceCache.NamespaceDataBuilder Class Referencesealed

Public Member Functions

 NamespaceDataBuilder (NamespaceDefinitionHandle handle, StringHandle name, string fullName)
 
NamespaceData Freeze ()
 
void MergeInto (NamespaceDataBuilder other)
 

Public Attributes

readonly NamespaceDefinitionHandle Handle
 
readonly StringHandle Name
 
readonly string FullName
 
NamespaceDefinitionHandle Parent
 
ImmutableArray< NamespaceDefinitionHandle >.Builder Namespaces
 
ImmutableArray< TypeDefinitionHandle >.Builder TypeDefinitions
 
ImmutableArray< ExportedTypeHandle >.Builder ExportedTypes
 

Private Attributes

NamespaceData _frozen
 

Detailed Description

Definition at line 8 of file NamespaceCache.cs.


The documentation for this class was generated from the following file: