BRItem.PostfixArguments Property

Definition

Gets or sets an array of postfix (right-hand-side) arguments.

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)

Property Value

A collection of objects representing the arguments.

Attributes

Applies to