Initializes a new instance of the TextItem class.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public TextItem( SmartValue value, string text ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ value As SmartValue, _ text As String _ ) |
Visual C++ |
---|
public: TextItem( SmartValue value, String^ text ) |