Nevron .NET Vision
Nevron.UI Namespace / NUISystem Class / CopyCloneableFields Method


In This Topic
    CopyCloneableFields Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub CopyCloneableFields( _
       ByVal from As System.Object, _
       ByVal to As System.Object _
    ) 
    'Usage
     
    
    Dim from As System.Object
    Dim to As System.Object
     
    NUISystem.CopyCloneableFields(from, to)
    public static void CopyCloneableFields( 
       System.object from,
       System.object to
    )

    Parameters

    from
    to
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also