[netcore] Marshal.IsPinnable (#13628)
[mono-project.git] / mcs / class / System.Private.CoreLib / System.IO / Stream.cs
blob243fcba39da235ee75f10989c004cc9f84d34652
1 namespace System.IO
3 partial class Stream
5 bool HasOverriddenBeginEndRead () => true;
7 bool HasOverriddenBeginEndWrite () => true;