FlexGrid for WinForms
AddRange メソッド (ValidationRuleCollection)

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > ValidationRuleCollection クラス : AddRange メソッド
ValidationRuleCollection の末尾に追加される要素を含むコレクション。コレクション自体は null にできませんが、null である要素を含むことはできます。
指定されたコレクションの要素を ValidationRuleCollection の最後に追加します。
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of ValidationRule) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<ValidationRule> collection
)

パラメータ

collection
ValidationRuleCollection の末尾に追加される要素を含むコレクション。コレクション自体は null にできませんが、null である要素を含むことはできます。
参照

ValidationRuleCollection クラス
ValidationRuleCollection メンバ