deletes the Entry from the Server

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public void Delete<Y>(

	Y entry

) where Y : new(), Entry
Visual Basic (Declaration)
Public Sub Delete(Of Y As {New, Entry}) ( _

	entry As Y _

)
Visual C++
public:

generic<typename Y>

where Y : gcnew(), Entry

void Delete(

	Y entry

)

Parameters

entry
Type: Y

Type Parameters

Y

See Also