DelegatingEnumerable<TWrapped,TDeclared>.Add(Object) Method

Definition

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.

Applies to