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