'宣言 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 である要素を含むことはできます。