Struct TextOnlyTooltipCaller.StringDataProvider
Helper type to wrap a string value into a ITooltipDataProvider<T> implementing type instance
Implements
ITooltipDataProvider<System.String>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NoXP.Demo
Assembly: NoXP.RuntimeComponents.dll
Syntax
public struct StringDataProvider : ITooltipDataProvider<string>
Constructors
StringDataProvider(String)
Declaration
public StringDataProvider(string data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | data |
Properties
Data
Declaration
public readonly string Data { get; }
Property Value
| Type | Description |
|---|---|
| System.String |