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