refactor(Entities.Annotation): rename it to ElementAnnotation to prevent name conflicts.
This commit is contained in:
@@ -114,7 +114,7 @@ public class Signature : ISignature, IHasReceiver
|
||||
#endif
|
||||
Receiver { get; set; }
|
||||
|
||||
public virtual IEnumerable<Annotation>
|
||||
public virtual IEnumerable<ElementAnnotation>
|
||||
#if NET
|
||||
?
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user