Enumeration Members
From Google API
| Google Translate API Documentation |
| Enumeration Members |
| Enumeration Class Methods Properties See Also Send Feedback |
The Enumeration type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides Object..::.Equals(Object).) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides Object..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Implicit |
Performs an implicit conversion from Enumeration to String.
|
Properties
| Name | Description | |
|---|---|---|
| IsDefault |
Gets a value indicating whether this instance is default.
| |
| Name |
Gets the name.
| |
| Value |
Gets the value.
|