Skip to content

Commit

Permalink
Change the accessibility to virtual for Resource.Id (#19804)
Browse files Browse the repository at this point in the history
  • Loading branch information
YalinLi0312 authored Mar 24, 2021
1 parent e75dec1 commit becc728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public abstract class Resource : IEquatable<Resource>, IEquatable<string>, IComp
/// <summary>
/// Gets or sets the resource identifier.
/// </summary>
public abstract ResourceIdentifier Id { get; protected set; }
public virtual ResourceIdentifier Id { get; protected set; }

/// <summary>
/// Gets the name.
Expand Down

0 comments on commit becc728

Please sign in to comment.