Skip to content
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into update-typeprovider
  • Loading branch information
live1206 committed Feb 20, 2025
commit 6b7a7656962e25f2d3f312e133faa4619f7a0619
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ internal CSharpType(
/// Gets or sets the name of the type.
/// </summary>
public string Name { get; set; }
internal string FullyQualifiedName { get; private init; }
public CSharpType? DeclaringType { get; private init; }
public bool IsValueType { get; private init; }
public bool IsEnum => _underlyingType is not null;
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.