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

OpenWrite() public static méthode

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

			throw new NotImplementedException();
		}

Same methods

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