微分が必要な変数の数の取得と設定をします.(現在未使用)
Namespace:
ZundaFramework.Channels
Assembly:
ZundaFramework (in ZundaFramework.dll)
Syntax
Visual Basic |
---|
Public Property Length As Integer
Get
Protected Set |
C# |
---|
public int Length { get; protected set; } |
Visual C++ |
---|
public:
property int Length {
int get ();
protected: void set (int value);
} |
JavaScript |
---|
function get_length();
function set_length(value); |
See Also