Example #1
0
 internal void AddProfile(TraceProfileBase profile)
 {
     requirePointSet();
     _context.Register(profile);
 }