言語

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)

プロパティ値

議論を表すオブジェクトの集合。

属性

適用対象