LiquidTechnologies.XmlObjects Namespace / Union<T1,T2> Class / Union<T1,T2> Constructor / Union<T1,T2> Constructor(T2)
The value to contain within the union

In This Topic
    Union<T1,T2> Constructor(T2)
    In This Topic
    Constructs the union with the given type
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As T2 _
    )
    public Union<T1,T2>( 
       T2 value
    )

    Parameters

    value
    The value to contain within the union
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also