Nevron .NET Vision
Nevron.Serialization Namespace / NPrimitiveTypeEnumAttribute Class / NPrimitiveTypeEnumAttribute Constructor


In This Topic
    NPrimitiveTypeEnumAttribute Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal originType As System.Type, _
       ByVal primitiveType As System.Type _
    )
    'Usage
     
    
    Dim originType As System.Type
    Dim primitiveType As System.Type
     
    Dim instance As New NPrimitiveTypeEnumAttribute(originType, primitiveType)
    public NPrimitiveTypeEnumAttribute( 
       System.Type originType,
       System.Type primitiveType
    )

    Parameters

    originType
    primitiveType
    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