Enumeration(T) Class

Google API

The enumeration. Provide more static methods and properties for every concrete enumeration.

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

Syntax

C#
public abstract class Enumeration<T> : Enumeration, 
	IEquatable<T>
where T : Enumeration<T>
Visual Basic (Declaration)
Public MustInherit Class Enumeration(Of T As Enumeration(Of T)) _
	Inherits Enumeration _
	Implements IEquatable(Of T)
Visual C++
generic<typename T>
where T : Enumeration<T>
public ref class Enumeration abstract : public Enumeration, 
	IEquatable<T>

Type Parameters

T
The type of concrete enumeration.

Inheritance Hierarchy

See Also