System::Span::Fill 方法

Span::Fill method

使用指定的值填充 span。

void System::Span<T>::Fill(const T &value) const
参数类型描述
const T&要分配给 Span 中每个元素的值。

另见