'宣言 Public Overloads Sub AddRange( _ ByVal items As System.Collections.Generic.IEnumerable(Of NavItem) _ )
public void AddRange( System.Collections.Generic.IEnumerable<NavItem> items )
パラメータ
- items
- NavItem の配列。
'宣言 Public Overloads Sub AddRange( _ ByVal items As System.Collections.Generic.IEnumerable(Of NavItem) _ )
public void AddRange( System.Collections.Generic.IEnumerable<NavItem> items )
例外 | 解説 |
---|---|
System.ArgumentNullException | items パラメータが null です。 |
System.NotSupportedException | コレクションは読み取り専用です。 |