Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1OrderedSet Class / Implicit Type Conversion Operator

In This Topic
    Implicit Type Conversion Operator (C1OrderedSet)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Operator Widening CType( _
       ByVal text As String _
    ) As C1OrderedSet
    public C1OrderedSet operator implicit( 
       string text
    )

    Parameters

    text
    See Also