共用方式為


DelegatingXmlDictionaryWriter.WriteChars(Char[], Int32, Int32) 方法

定義

在衍生類別中覆寫時,一次將文字寫入一個緩衝區。

public:
 override void WriteChars(cli::array <char> ^ buffer, int index, int count);
public override void WriteChars (char[] buffer, int index, int count);
override this.WriteChars : char[] * int * int -> unit
Public Overrides Sub WriteChars (buffer As Char(), index As Integer, count As Integer)

參數

buffer
Char[]

包含要寫入之文字的字元陣列。

index
Int32

緩衝區中的位置指示要寫入的文字開頭。

count
Int32

要寫入的字元數。

適用於