Class FileScope
Assembly: RCaron.dll
Declaration
csharp
Declaration
csharp
Properties
FileName
Declaration
csharp
public string? FileName { get; set; }
Declaration
csharp
public string? FileName { get; set; }
Raw
Declaration
csharp
public required string Raw { get; set; }
Declaration
csharp
public required string Raw { get; set; }
Lines
Declaration
csharp
public required IList<Line> Lines { get; set; }
Declaration
csharp
public required IList<Line> Lines { get; set; }
Modules
Declaration
csharp
public List<IRCaronModule>? Modules { get; set; }
Declaration
csharp
public List<IRCaronModule>? Modules { get; set; }
ClassDefinitions
Declaration
csharp
public List<ClassDefinition>? ClassDefinitions { get; set; }
Declaration
csharp
public List<ClassDefinition>? ClassDefinitions { get; set; }
Functions
Declaration
csharp
public Dictionary<string, Function>? Functions { get; set; }
Declaration
csharp
public Dictionary<string, Function>? Functions { get; set; }
UsedNamespaces
Declaration
csharp
public List<string>? UsedNamespaces { get; set; }
Declaration
csharp
public List<string>? UsedNamespaces { get; set; }
TypeCache
Declaration
csharp
public Dictionary<string, Type>? TypeCache { get; set; }
Declaration
csharp
public Dictionary<string, Type>? TypeCache { get; set; }
UsedNamespacesForExtensionMethods
Declaration
csharp
public List<string>? UsedNamespacesForExtensionMethods { get; set; }
Declaration
csharp
public List<string>? UsedNamespacesForExtensionMethods { get; set; }
IndexerImplementations
Declaration
csharp
public List<IIndexerImplementation>? IndexerImplementations { get; set; }
Declaration
csharp
public List<IIndexerImplementation>? IndexerImplementations { get; set; }
PropertyAccessors
Declaration
csharp
public List<IPropertyAccessor>? PropertyAccessors { get; set; }
Declaration
csharp
public List<IPropertyAccessor>? PropertyAccessors { get; set; }
ImportedClassDefinitions
Declaration
csharp
public List<ClassDefinition>? ImportedClassDefinitions { get; set; }
Declaration
csharp
public List<ClassDefinition>? ImportedClassDefinitions { get; set; }
ImportedFunctions
Declaration
csharp
public Dictionary<string, Function>? ImportedFunctions { get; set; }
Declaration
csharp
public Dictionary<string, Function>? ImportedFunctions { get; set; }
ImportedFileScopes
Declaration
csharp
public List<FileScope>? ImportedFileScopes { get; set; }
Declaration
csharp
public List<FileScope>? ImportedFileScopes { get; set; }
Extension Methods