Initializes a new instance of the
Ext class
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntaxpublic Ext(
string Name,
int pos
)
Public Sub New (
Name As String,
pos As Integer
)
public:
Ext(
String^ Name,
int pos
)
new :
Name : string *
pos : int -> Ext
Parameters
- Name
- Type: SystemString
- pos
- Type: SystemInt32
See Also