Skip to main content
Version: 0.1.0

Class TypeResolver

Assembly: RCaron.dll
View Source
Declaration
csharp
public static class TypeResolver
Declaration
csharp
public static class TypeResolver

Fields

CSharpTypes

View Source
Declaration
csharp
public static readonly ImmutableDictionary<string, Type> CSharpTypes
Declaration
csharp
public static readonly ImmutableDictionary<string, Type> CSharpTypes

Methods

FindType(string, FileScope?)

View Source
Declaration
csharp
public static Type? FindType(string name, FileScope? fileScope = null)
Declaration
csharp
public static Type? FindType(string name, FileScope? fileScope = null)
Returns

System.Type

Parameters
TypeName
System.Stringname
RCaron.FileScopefileScope