Class Namespace
Inheritance
System.Object
Namespace
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class Namespace : Declaration, Declaration.Container<Declaration>, IDeclaration, IEnumerable<Declaration>, IEnumerable
Constructors
|
Improve this Doc
View Source
Namespace(XElement, Namespace, String, TypeScriptDefContext)
Declaration
public Namespace(XElement elem, Namespace super, string name, TypeScriptDefContext context)
Parameters
|
Improve this Doc
View Source
Namespace(XElement, Namespace, TypeScriptDefContext)
Declaration
public Namespace(XElement elem, Namespace super, TypeScriptDefContext context)
Parameters
|
Improve this Doc
View Source
Namespace(Namespace, TypeScriptDefContext)
Declaration
public Namespace(Namespace super, TypeScriptDefContext context)
Parameters
Properties
|
Improve this Doc
View Source
Declarations
Declaration
public HashSet<Declaration> Declarations { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.HashSet<Declaration> |
|
|
Improve this Doc
View Source
Imports
Declaration
public List<Import> Imports { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Import> |
|
|
Improve this Doc
View Source
StaticClass
Declaration
public Class StaticClass { get; set; }
Property Value
|
Improve this Doc
View Source
Super
Declaration
public Namespace Super { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddChildNamespace(XElement, TypeScriptDefContext)
Declaration
public void AddChildNamespace(XElement elem, TypeScriptDefContext context)
Parameters
|
Improve this Doc
View Source
AddContent(XElement, TypeScriptDefContext)
Declaration
public void AddContent(XElement content, TypeScriptDefContext context)
Parameters
|
Improve this Doc
View Source
Export(TypeScriptDefContext)
Declaration
public override void Export(TypeScriptDefContext context)
Parameters
Overrides
|
Improve this Doc
View Source
GetImportList()
Declaration
public HashSet<Import> GetImportList()
Returns
Type |
Description |
System.Collections.Generic.HashSet<Import> |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerable<Declaration>.GetEnumerator()
Declaration
IEnumerator<Declaration> IEnumerable<Declaration>.GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<Declaration> |
|
|
Improve this Doc
View Source
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Extension Methods