Formatter.WriteUInt32(UInt32, String) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

파생 클래스에서 재정의하는 경우 포맷터에 이미 연결된 스트림에 부호 없는 32비트 정수를 씁니다.

protected:
 abstract void WriteUInt32(System::UInt32 val, System::String ^ name);
[System.CLSCompliant(false)]
protected abstract void WriteUInt32 (uint val, string name);
[<System.CLSCompliant(false)>]
abstract member WriteUInt32 : uint32 * string -> unit
Protected MustOverride Sub WriteUInt32 (val As UInteger, name As String)

매개 변수

val
UInt32

작성할 값입니다.

name
String

멤버의 이름입니다.

특성

구현자 참고

파생 클래스에서 이 메서드를 구현해야 합니다.

적용 대상