Reference Library
Sum Property
NamespacesClassLibrary1TestClassSum
現在の合計値を取得設定します。
Declaration Syntax
C#Visual BasicVisual C++
public int Sum{ get; set;}
Public Property Sum As Integer
public:
property int Sum {
	int get ();
	void set (int value);
}
Value
現在の合計値

Assembly: ClassLibrary1 (Module: ClassLibrary1)