Esempio n. 1
0
     : super()
 {
     this.ItemList = new InsightValueCollection();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MultiValueInsightContent"/> class.
 /// </summary>
 public MultiValueInsightContent()
     : base()
 {
     this.ItemList = new InsightValueCollection();
 }