SecureArray<T> Constructor (Int32)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Sub New ( _
arraySize As Integer _
)
'Usage
Dim arraySize As Integer
Dim instance As New SecureArray(arraySize)
public SecureArray(
int arraySize
)
Parameters
- arraySize
Type: System.Int32