ComponentOne Basic Library for WPF and Silverlight
ToString Method (C1OrderedSet)


C1.WPF Namespace > C1OrderedSet Class : ToString Method
Returns a System.String that represents the current System.Object.
Syntax
'Declaration
 
Public Overrides Function ToString() As System.String
'Usage
 
Dim instance As C1OrderedSet
Dim value As System.String
 
value = instance.ToString()
public override System.string ToString()

Return Value

A System.String that represents the current System.Object.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members