[To be supplied.]
[Visual Basic] Public Function GetValue( _ ByVal name As String, _ ByVal type As Type _ ) As Object [C#] public object GetValue( string name, Type type ); [C++] public: Object* GetValue( String* name, Type* type ); [JScript] public function GetValue( name : String, type : Type ) : Object;
SerializationInfo Class | SerializationInfo Members | System.Runtime.Serialization Namespace