예제 #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ObjectGraphCapture" /> class.
 /// </summary>
 /// <param name="context">The context.</param>
 internal ObjectGraphCapture(CaptureContext context)
 {
     r_Context = context;
 }
예제 #2
0
 /// <summary>
 ///     Prevents a default instance of the <see cref="ObjectGraphCapture" /> class from being created.
 /// </summary>
 private ObjectGraphCapture()
 {
     r_Context = new CaptureContext();
 }