IndexExpression.Arguments Eigenschap

Definitie

Hiermee haalt u de argumenten op die worden gebruikt om de eigenschap of matrix te indexeren.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ Arguments { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression> Arguments { get; }
member this.Arguments : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression>
Public ReadOnly Property Arguments As ReadOnlyCollection(Of Expression)

Waarde van eigenschap

De verzameling alleen-lezen die de argumenten bevat die worden gebruikt om de eigenschap of matrix te indexeren.

Van toepassing op