GetDefault Method

Google API

Gets the default enumeration.

Namespace:  Google.API
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
public static T GetDefault()
Visual Basic (Declaration)
Public Shared Function GetDefault As T
Visual C++
public:
static T GetDefault()

Return Value

The default enumeration

See Also