NewArray<TResult>.Bounds 属性

定义

获取数组各个维度的界限。

public:
 property System::Collections::ObjectModel::Collection<System::Activities::Argument ^> ^ Bounds { System::Collections::ObjectModel::Collection<System::Activities::Argument ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Activities.Argument> Bounds { get; }
member this.Bounds : System.Collections.ObjectModel.Collection<System.Activities.Argument>
Public ReadOnly Property Bounds As Collection(Of Argument)

属性值

Collection<Argument>

数组各个维度的界限。

适用于