/// <summary>
 /// Initializes a new instance of the <see cref="InheritanceInfo"/> class.
 /// </summary>
 /// <param name="handler">A method to call to get a custom value.</param>
 public InheritanceInfo(InheritanceHandlerDelegate handler)
 {
     this.InheritanceHandler = handler;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InheritanceInfo"/> class.
 /// </summary>
 /// <param name="handler">A method to call to get a custom value.</param>
 public InheritanceInfo(InheritanceHandlerDelegate handler)
 {
     this.InheritanceHandler = handler;
 }