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

Public Member Functions

 NamespaceData (StringHandle name, string fullName, NamespaceDefinitionHandle parent, ImmutableArray< NamespaceDefinitionHandle > namespaceDefinitions, ImmutableArray< TypeDefinitionHandle > typeDefinitions, ImmutableArray< ExportedTypeHandle > exportedTypes)
 

Public Attributes

readonly StringHandle Name
 
readonly string FullName
 
readonly NamespaceDefinitionHandle Parent
 
readonly ImmutableArray< NamespaceDefinitionHandleNamespaceDefinitions
 
readonly ImmutableArray< TypeDefinitionHandleTypeDefinitions
 
readonly ImmutableArray< ExportedTypeHandleExportedTypes
 

Detailed Description

Definition at line 5 of file NamespaceData.cs.


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