return a Stream
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual Stream BinaryStream { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property BinaryStream As Stream Get |
Visual C++ |
---|
public: virtual property Stream^ BinaryStream { Stream^ get (); } |