예제 #1
0
 /// <summary>
 /// Creates SegmentFluentMethodGroupList to hold "Segment Fluent Method Group"s derived from methods in the inner method group.
 /// </summary>
 /// <param name="innerMethodGroup">AutoRest core provided "Operation Group"</param>
 public SegmentFluentMethodGroupList(MethodGroupJvaf innerMethodGroup)
 {
     this.innerMethodGroup = innerMethodGroup;
 }
 public void SetInnerMethodGroup(MethodGroupJvaf innerMethodGroup)
 {
     this.InnerMethodGroup = innerMethodGroup;
 }