AddValue(String,UInt16) Method
See Also 
SourceCode.Runtime.Serialization Namespace > SerializationInfoBuilder.ISerializationInfo Interface > AddValue Method : AddValue(String,UInt16) Method



name
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Overloads Sub AddValue( _
   ByVal name As String, _
   ByVal value As UShort _
) 
Visual Basic (Usage) Copy Code
Dim instance As SerializationInfoBuilder.ISerializationInfo
Dim name As String
Dim value As UShort
 
instance.AddValue(name, value)
C#  
void AddValue( 
   string name,
   ushort value
)
C++/CLI  
void AddValue( 
   String^ name,
   ushort value
) 

Parameters

name
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