'Declaration<JetBrains.Annotations.CanBeNullAttribute()> Function SaveTo( _ ByVal stream As Stream _ ) As Exception
'UsageDim instance As IStreamPersistor Dim stream As Stream Dim value As Exception value = instance.SaveTo(stream)
[JetBrains.Annotations.CanBeNull()] Exception^ SaveTo( Stream^ stream )
Parameters
- stream
- The stream to save to.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).