Add<T>.Left プロパティ

 

左の値を取得または設定します。

名前空間:   Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
public InArgument<T> Left {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
property InArgument<T>^ Left {
    [CompilerGeneratedAttribute]
    InArgument<T>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<T>^ value);
}
[<RequiredArgumentAttribute>]
[<DefaultValueAttribute(null)>]
member Left : InArgument<'T> with get, set
<RequiredArgumentAttribute>
<DefaultValueAttribute(Nothing)>
Public Property Left As InArgument(Of T)

プロパティ値

Type: System.Activities.InArgument<T>

左の値を返します。

参照

Add<T> クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る