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

AsStream() public static méthode

public static AsStream ( this source ) : Stream
source this
Résultat Stream
		public static Stream AsStream (this IInputStream source)
		{
			if (source == null)
				throw new ArgumentNullException ("source");

			throw new NotImplementedException();
		}