예제 #1
0
 public AnsiBuilder(Profile profile)
 {
     _profile    = profile ?? throw new ArgumentNullException(nameof(profile));
     _linkHasher = new AnsiLinkHasher();
 }
예제 #2
0
 static AnsiBuilder()
 {
     _linkHasher = new AnsiLinkHasher();
 }