IndentedTextWriter.WriteLine メソッド (UInt32)
UInt32 のテキスト形式をテキスト ストリームに書き込み、続けて行終端記号を書き込みます。
このメソッドは、CLS と互換性がありません。CLS との互換性に関する詳細については 「共通言語仕様の概要」 を参照してください。
<CLSCompliant(False)>
Overrides Overloads Public Sub WriteLine( _ ByVal value As UInt32 _)
[C#]
[CLSCompliant(false)]
public override void WriteLine(uintvalue);
[C++]
[CLSCompliant(false)]
public: void WriteLine(unsigned intvalue);
[JScript]
public
CLSCompliant(false)
override function WriteLine(value : UInt32);
パラメータ
- value
出力する UInt32。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IndentedTextWriter クラス | IndentedTextWriter メンバ | System.CodeDom.Compiler 名前空間 | IndentedTextWriter.WriteLine オーバーロードの一覧