BRItem.PostfixArguments Propriedade

Definição

Obtém ou define uma matriz de argumentos pós-fixada (lado direito).

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)

Valor da propriedade

Uma coleção de objetos que representa os argumentos.

Atributos

Aplica-se a