[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

テストのクラスです。

Namespace: ClassLibrary1
Assembly:  ClassLibrary1 (in ClassLibrary1.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TestClass
Public Class TestClass
public ref class TestClass

Members

            
 All Members  Constructors Public method  Properties Public property  Methods Public method 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public methodTestClassTestClassNew()()
TestClassクラスの新規インスタンスを初期化します。
Public methodTestClassTestClassNew(Int32)
TestClassクラスの新規インスタンスを初期化し、 指定した数を合計値に設定します。
Public methodEquals(Object) (Inherited from Object.)
Protected methodFinalize()() (Inherited from Object.)
Public methodGetHashCode()() (Inherited from Object.)
Public methodGetType()() (Inherited from Object.)
Protected methodMemberwiseClone()() (Inherited from Object.)
Public methodMinus(Int32)
指定した値を合計値から除算する。
Public methodPlus(Int32)
指定した値を合計値に加算します。
Public propertySum
現在の合計値を取得設定します。
Public methodToString()() (Inherited from Object.)

Exceptions

ExceptionCondition
System..::Exception ここには例外の説明を書きます。

Inheritance Hierarchy

System..::Object
  ClassLibrary1..::TestClass

See Also

ClassLibrary1 Namespace