SingleLineAttribute Constructor |
Constructor
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public SingleLineAttribute(
string tooltip
)
Public Sub New (
tooltip As String
)
public:
SingleLineAttribute(
String^ tooltip
)
new :
tooltip : string -> SingleLineAttribute
Parameters
- tooltip
- Type: SystemString
Tooltip
See Also