I am developing a portable dll to use in uwp app. but MemoryStream library does not contain GetBuffer() method. also there is no TryGetBuffer() method either.
P.S. I checked the answer in following link but as i said there is no TryGetBuffer() method, too.