EncoderReplacementFallbackBuffer.Remaining 属性

定义

获取待处理的替换回退缓冲区中的字符数。Gets the number of characters in the replacement fallback buffer that remain to be processed.

public:
 virtual property int Remaining { int get(); };
public override int Remaining { get; }
member this.Remaining : int
Public Overrides ReadOnly Property Remaining As Integer

属性值

Int32

尚未处理的替换回退缓冲区中的字符数。The number of characters in the replacement fallback buffer that have not yet been processed.

注解

Fallback true 如果该 Remaining 属性为非零,则该方法返回。The Fallback method returns true if the Remaining property is nonzero.

适用于