public void Add(
NameObjectCollection c
)
Public Sub Add (
c As NameObjectCollection
)
Dim instance As NameObjectCollection
Dim c As NameObjectCollection
instance.Add(c)
public:
void Add(
NameObjectCollection^ c
)
member Add :
c : NameObjectCollection -> unit
No code example is currently available or this language may not be supported.
NotSupportedException | The collection is read-only. |
ArgumentNullException | c is null. |