EncoderFallbackBuffer Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Fallback(Char, Char, Int32) | When overridden in a derived class, prepares the fallback buffer to handle the specified surrogate pair. |
![]() | Fallback(Char, Int32) | When overridden in a derived class, prepares the fallback buffer to handle the specified input character. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNextChar() | When overridden in a derived class, retrieves the next character in the fallback buffer. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | MovePrevious() | When overridden in a derived class, causes the next call to the GetNextChar method to access the data buffer character position that is prior to the current character position. |
![]() | Reset() | Initializes all data and state information pertaining to this fallback buffer. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

