SoapInteger コンストラクタ

名前 | 説明 |
---|---|
SoapInteger () | SoapInteger クラスの新しいインスタンスを初期化します。 |
SoapInteger (Decimal) | Decimal 値を使用して、SoapInteger クラスの新しいインスタンスを初期化します。 |

SoapInteger コンストラクタ (Decimal)
アセンブリ: mscorlib (mscorlib.dll 内)


// Create a SoapInteger object. decimal decimalValue = -14; SoapInteger xsdInteger = new SoapInteger(decimalValue); Console.WriteLine( "The value of the SoapInteger object is {0}.", xsdInteger.ToString());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapInteger コンストラクタ ()
アセンブリ: mscorlib (mscorlib.dll 内)


// Create a SoapInteger object. SoapInteger xsdInteger = new SoapInteger(); xsdInteger.Value = -14; Console.WriteLine( "The value of the SoapInteger object is {0}.", xsdInteger.ToString());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSoapInteger コンストラクタを検索する場合は、下記のリンクをクリックしてください。

- SoapInteger コンストラクタのページへのリンク