DecoderExceptionFallbackBuffer.MovePrevious Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes the next call to GetNextChar() to access the exception data buffer character position that is prior to the current position.
public:
override bool MovePrevious();
public override bool MovePrevious ();
override this.MovePrevious : unit -> bool
Public Overrides Function MovePrevious () As Boolean
Returns
The return value is always false
.
A return value is defined, although it is unchanging, because this method implements an abstract method.
Remarks
Because DecoderExceptionFallbackBuffer has no actual exception data buffer, the MovePrevious method always returns false
.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.