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
不符合承載中的數據。