Class TypeScriptDefinitionFile
Inheritance
System.Object
TypeScriptDefinitionFile
Inherited Members
System.Object.ToString()
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
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class TypeScriptDefinitionFile
Constructors
| Improve this Doc View SourceTypeScriptDefinitionFile()
Declaration
public TypeScriptDefinitionFile()
Properties
| Improve this Doc View SourceCSharpGeneratedFiles
Declaration
public List<string> CSharpGeneratedFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
FileContentHash
Declaration
public string FileContentHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |