'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Sub ReadFromStream( _ ByVal stream As String, _ ByVal sf As ScanFix _ )
'Usage Dim instance As Enhancements Dim stream As String Dim sf As ScanFix instance.ReadFromStream(stream, sf)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void ReadFromStream( string stream, ScanFix sf )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void ReadFromStream( string* stream, ScanFix* sf )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void ReadFromStream( String^ stream, ScanFix^ sf )
Parameters
- stream
- A stream that the WriteToStream method created.
- sf
- An instance of the ScanFix component