[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: ClassLibrary1 (in ClassLibrary1.dll)
テストのクラスです。
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 ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | TestClassTestClassNew()() |
TestClassクラスの新規インスタンスを初期化します。
|
![]() | TestClassTestClassNew(Int32) | TestClassクラスの新規インスタンスを初期化し、
指定した数を合計値に設定します。
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()() | (Inherited from Object.) |
![]() | GetHashCode()() | (Inherited from Object.) |
![]() | GetType()() | (Inherited from Object.) |
![]() | MemberwiseClone()() | (Inherited from Object.) |
![]() | Minus(Int32) |
指定した値を合計値から除算する。
|
![]() | Plus(Int32) |
指定した値を合計値に加算します。
|
![]() | Sum |
現在の合計値を取得設定します。
|
![]() | ToString()() | (Inherited from Object.) |
Exceptions
Exception | Condition |
---|---|
System..::Exception | ここには例外の説明を書きます。 |
Inheritance Hierarchy
See Also
ClassLibrary1 Namespace