public override DotNetBookmarkLocationFormatter Create(DotNetMethodBodyBookmarkLocationImpl location) =>
 new DotNetMethodBodyBookmarkLocationFormatterImpl(this, location);
Beispiel #2
0
 public DotNetMethodBodyBookmarkLocationFormatterImpl(BookmarkFormatterServiceImpl owner, DotNetMethodBodyBookmarkLocationImpl location)
     : base(owner, location) => this.location = location ?? throw new ArgumentNullException(nameof(location));
 public abstract DotNetBookmarkLocationFormatter Create(DotNetMethodBodyBookmarkLocationImpl location);