示例#1
0
 public static global::Windows.Foundation.IAsyncAction AppendLinesAsync(string absolutePath, global::System.Collections.Generic.IEnumerable <string> lines, global::Windows.Storage.Streams.UnicodeEncoding encoding)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction PathIO.AppendLinesAsync(string absolutePath, IEnumerable<string> lines, UnicodeEncoding encoding) is not implemented in Uno.");
 }
示例#2
0
 public HttpStringContent(string content, global::Windows.Storage.Streams.UnicodeEncoding encoding, string mediaType)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Web.Http.HttpStringContent", "HttpStringContent.HttpStringContent(string content, UnicodeEncoding encoding, string mediaType)");
 }
示例#3
0
 public static global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IList <string> > ReadLinesAsync(string absolutePath, global::Windows.Storage.Streams.UnicodeEncoding encoding)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IList<string>> PathIO.ReadLinesAsync(string absolutePath, UnicodeEncoding encoding) is not implemented in Uno.");
 }
示例#4
0
 public static global::Windows.Foundation.IAsyncAction AppendTextAsync(string absolutePath, string contents, global::Windows.Storage.Streams.UnicodeEncoding encoding)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction PathIO.AppendTextAsync(string absolutePath, string contents, UnicodeEncoding encoding) is not implemented in Uno.");
 }
示例#5
0
 public static global::Windows.Foundation.IAsyncOperation <string> ReadTextAsync(string absolutePath, global::Windows.Storage.Streams.UnicodeEncoding encoding)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<string> PathIO.ReadTextAsync(string absolutePath, UnicodeEncoding encoding) is not implemented in Uno.");
 }
示例#6
0
 public static global::Windows.Foundation.IAsyncAction WriteLinesAsync(global::Windows.Storage.IStorageFile file, global::System.Collections.Generic.IEnumerable <string> lines, global::Windows.Storage.Streams.UnicodeEncoding encoding)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction FileIO.WriteLinesAsync(IStorageFile file, IEnumerable<string> lines, UnicodeEncoding encoding) is not implemented in Uno.");
 }
示例#7
0
 public static global::Windows.Foundation.IAsyncAction WriteTextAsync(global::Windows.Storage.IStorageFile file, string contents, global::Windows.Storage.Streams.UnicodeEncoding encoding)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction FileIO.WriteTextAsync(IStorageFile file, string contents, UnicodeEncoding encoding) is not implemented in Uno.");
 }