Static methods
Public
define()
define()
The static method defines the BBCode tag of a specified name.
Generic Type variables
Name / Description |
---|
A generic type variable constrained by the |
Parameters
Name: type | Description |
---|---|
| The name of BBCode tag to define. |
Returns
Return type |
---|
A return type is a |
The return value is a new instance of BBCodeTag
of a given name
.
Example usage
isBBCode()
isBBCode()
The static method checks if the value of any type is an instance of a BBCodeTag
.
Generic Type variables
Name / Description |
---|
A generic type variable constrained by the |
Parameters
Name: type | Description |
---|---|
| The value of any type to check against the instance of |
| Optional name of a generic type variable |
Returns
Return type |
---|
The return type is a |
The return value is a boolean
type indicating whether the value is the BBCodeTag
instance of any or a given name.
Example usage
Last updated