public NameObjectCollection(
int capacity,
NameObjectCollection col
)
Public Sub New (
capacity As Integer,
col As NameObjectCollection
)
Dim capacity As Integer
Dim col As NameObjectCollection
Dim instance As New NameObjectCollection(capacity,
col)
public:
NameObjectCollection(
int capacity,
NameObjectCollection^ col
)
new :
capacity : int *
col : NameObjectCollection -> NameObjectCollection
No code example is currently available or this language may not be supported.
ArgumentOutOfRangeException | capacity is less than zero. |
ArgumentNullException | col is null. |