The default constructor.
| C# | Visual Basic | Visual C++ | F# |
public CrcCalculatorStream( Stream stream )
Public Sub New ( stream As Stream )
public: CrcCalculatorStream( Stream^ stream )
new : stream : Stream -> CrcCalculatorStream
- stream (Stream)
- The underlying stream
Instances returned from this constructor will leave the underlying stream
open upon Close().
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)