VB.net
ReSharper provides the following predefined file templates for commonly used VB.NET declarations: classes, enumerations, interfaces, and structures. See Creating Files from Templates for details on using file templates.
| Template name | Description |
|---|---|
|
Class
Go to top |
Purpose
Public Class $CLASS$
$END$
End Class
Parameters
|
|
Enum
Go to top |
Purpose
Public Enum $ENUM$
$END$
End Enum
Parameters
|
|
Interface
Go to top |
Purpose
Public Interface $INTERFACE$
$END$
End Interface
Parameters
|
|
Module
Go to top |
Purpose
Public Module $MODULE$ $END$ End Module
Parameters
|
|
Structure
Go to top |
Purpose
Public Structure $STRUCTURE$
$END$
End Structure
Parameters
|
