Wrapper() constructor
Wrapper()
Wrapper()
Creates a new Wrapper
instance with the opening and closing.
Parameters
Name: type | Description |
---|---|
| The wrap opening of a generic type variable |
| The wrap closing of a generic type variable |
Returns
The return value is a new instance of Wrapper
.
Example usage
Last updated