Class EmbeddedTypeDefitionsLocation
- Namespace
- Alternet.Common.TypeScript
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents informations about the type definition location embedded into the TypeScript project.
public class EmbeddedTypeDefitionsLocation
- Inheritance
-
EmbeddedTypeDefitionsLocation
Constructors
- EmbeddedTypeDefitionsLocation(AssemblyName, IEnumerable<string>)
Initializes a new instance of the
EmbeddedTypeDefitionsLocation
class with specified parameters.
Properties
- AssemblyName
Gets or sets AssemblyName where embedded types are defined.
- FileNames
Gets list of file names where embedded types are defined.