Chili.Opf3 Send comments on this topic.
Reset Method
See Also 
Chili.Opf3 Namespace > Generic ObjectReader Class : Reset Method




Resets the ObjectReader. This method is not supported, since the ObjectReader is forward-only.

Syntax

Visual Basic (Declaration) 
Public Sub Reset() 
Visual Basic (Usage)Copy Code
Dim instance As ObjectReader(Of T)
 
instance.Reset()
C# 
public void Reset()
Managed Extensions for C++ 
public: void Reset(); 
C++/CLI 
public:
void Reset(); 

Exceptions

ExceptionDescription
NotImplementedExceptionException is thrown since the method is not supported.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also