コード例 #1
0
ファイル: ConfigSection.cs プロジェクト: spzenk/sfdocsamples
 /// <summary>
 /// Explicit add of an element to the collection.
 /// </summary>
 /// <param name="element"></param>
 public void Add(ReflectionComponentElement element)
 {
     BaseAdd(element);
 }
コード例 #2
0
ファイル: ConfigSection.cs プロジェクト: Br3nda/sfdocsamples
 /// <summary>
 /// Explicit add of an element to the collection.
 /// </summary>
 /// <param name="element"></param>
 public void Add(ReflectionComponentElement element)
 {
     BaseAdd(element);
 }