예제 #1
0
 /// <summary>
 /// »нициализирует новый экземпл¤р класса <see cref="BusOptions"/>.
 /// </summary>
 /// <param name="parent">
 /// The parent.
 /// </param>
 protected BusOptions(BusOptions parent)
 {
     this.Parent = parent;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EndpointOptions"/> class.
 /// </summary>
 /// <param name="parent">
 /// The parent.
 /// </param>
 public EndpointOptions(BusOptions parent) : base(parent)
 {
 }