MutableFragment Methods |
The MutableFragment type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToArray |
Gets the contained value as an MutableArray | |
| ToBlob |
Gets the contained value as a Blob (Inherited from Fragment.) | |
| ToBoolean |
Gets the contained value as a Boolean (Inherited from Fragment.) | |
| ToDate |
Gets the contained value as a DateTimeOffset (Inherited from Fragment.) | |
| ToDictionary |
Gets the contained value as a MutableDictionary | |
| ToDouble |
Gets the contained value as a Double (Inherited from Fragment.) | |
| ToFloat |
Gets the contained value as a Single (Inherited from Fragment.) | |
| ToInt |
Gets the contained value as an Int32 (Inherited from Fragment.) | |
| ToLong |
Gets the contained value as an Int64 (Inherited from Fragment.) | |
| ToObject |
Gets the contained value as an untyped object
(Inherited from Fragment.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from Fragment.) |