Class GlobalProgram
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()
Namespace: TypeScriptDefToCSharp.Model
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class GlobalProgram : Namespace, Declaration.Container<Declaration>, IDeclaration, IEnumerable<Declaration>, IEnumerable
Constructors
| Improve this Doc View SourceGlobalProgram(XDocument, String, TypeScriptDefContext)
Declaration
public GlobalProgram(XDocument doc, string name, TypeScriptDefContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.Linq.XDocument | doc | |
System.String | name | |
TypeScriptDefContext | context |
GlobalProgram(TypeScriptDefContext)
Declaration
public GlobalProgram(TypeScriptDefContext context)
Parameters
Type | Name | Description |
---|---|---|
TypeScriptDefContext | context |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable