BRItem.PostfixArguments プロパティ

定義

後置 (右) 引数の配列を取得または設定します。

public:
 property System::Collections::ObjectModel::Collection<System::Object ^> ^ PostfixArguments { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(); void set(System::Collections::ObjectModel::Collection<System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<object> PostfixArguments { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.PostfixArguments : System.Collections.ObjectModel.Collection<obj> with get, set
Public Property PostfixArguments As Collection(Of Object)

プロパティ値

引数を表すオブジェクトのコレクション。

属性

適用対象