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