Class TypeResolver
Assembly: RCaron.dll
View Source
Declarationcsharp
public static class TypeResolver
Declarationcsharp
public static class TypeResolver
Fields
CSharpTypes
View Source
Declarationcsharp
public static readonly ImmutableDictionary<string, Type> CSharpTypes
Declarationcsharp
public static readonly ImmutableDictionary<string, Type> CSharpTypes
Methods
FindType(string, FileScope?)
View Source
Declarationcsharp
public static Type? FindType(string name, FileScope? fileScope = null)
Declarationcsharp
public static Type? FindType(string name, FileScope? fileScope = null)
Returns
System.Type
Parameters
Type | Name |
---|---|
System.String | name |
RCaron.FileScope | fileScope |