| TypeReferenceToString Method |
Converts this instance to a string representation.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringThe name of the type that this
TypeReference references, or an empty string if
TypeName is
.
See Also