NewArray<TResult>.Bounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取数组各个维度的界限。
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)
属性值
数组各个维度的界限。