ArrayRecord.GetArray(Type, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public Array GetArray (Type expectedArrayType, bool allowNulls = true);
member this.GetArray : Type * bool -> Array
Public Function GetArray (expectedArrayType As Type, Optional allowNulls As Boolean = true) As Array
参数
- expectedArrayType
- Type
预期的数组类型。
- allowNulls
- Boolean
true
允许数组中的 null
值;否则,false
。
返回
用序列化记录中提供的数据填充的数组。
例外
expectedArrayType
与有效负载中的数据不匹配。