AddTypeOf Method
See Also 
SourceCode.Serialization Namespace > ArchiveX Class : AddTypeOf Method



type
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub AddTypeOf( _
   ByVal type As Type, _
   ByVal value As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As ArchiveX
Dim type As Type
Dim value As Object
 
instance.AddTypeOf(type, value)
C#  
public void AddTypeOf( 
   Type type,
   object value
)
C++/CLI  
public:
void AddTypeOf( 
   Type^ type,
   Object^ value
) 

Parameters

type
value

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