System.IO.WindowsRuntimeStreamExtensions.OpenRead C# (CSharp) Méthode

OpenRead() public static méthode

public static OpenRead ( this streamProvider ) : Stream
streamProvider this
Résultat Stream
		public static Stream OpenRead (this IRandomAccessStream streamProvider)
		{
			if (streamProvider == null)
				throw new ArgumentNullException ("streamProvider");

			throw new NotImplementedException();
		}

Same methods

WindowsRuntimeStreamExtensions::OpenRead ( this source, long offset ) : Stream