Square Constructor(String,Int32)
In This Topic
Create an instance of Square.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer _
)
public Square(
System.string ,
System.int
)
Parameters
- content
- length
See Also