HttpSessionState.CopyTo(Array, Int32) 方法
定义
从数组中指定索引处开始,将会话状态值集合复制到一维数组。Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array.
public:
virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
参数
- index
- Int32
array 中从零开始的索引,在此处开始复制。The zero-based index in array from which copying starts.