DelegatingEnumerable<TWrapped,TDeclared>.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The serializer requires every type it encounters can be serialized and deserialized. This type will never be used for deserialization, but we are required to implement the add method so that the type can be serialized. This will never be called.
public:
void Add(System::Object ^ item);
public void Add (object item);
member this.Add : obj -> unit
Public Sub Add (item As Object)
Parameters
- item
- Object
The item to add.
Exceptions
Thrown unconditionally.