Resource Constructor(Int32)
In This Topic
Initializes a new instance of the
Resource class with the specified key.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
Parameters
- key
- The System.Int32 value which should be used as resource key.
See Also