'宣言 Public Sub AddRange( _ ByVal collection As System.Collections.Generic.IEnumerable(Of ValidationRule) _ )
public void AddRange( System.Collections.Generic.IEnumerable<ValidationRule> collection )
パラメータ
- collection
- The collection whose elements should be added to the end of the ValidationRuleCollection. The collection itself cannot be null, but it can contain elements that are null.