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()
|
| Managed Extensions for C++ | |
|---|
public: void Reset(); |
| C++/CLI | |
|---|
public:
void Reset(); |
Exceptions
| Exception | Description |
| NotImplementedException | Exception is thrown since the method is not supported. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also