コード例 #1
0
 public virtual System.Threading.Tasks.ValueTask <System.Net.WebSockets.ValueWebSocketReceiveResult> ReceiveAsync(System.Memory <byte> buffer, System.Threading.CancellationToken cancellationToken)
 {
     throw null;
 }
コード例 #2
0
 public DenseTensor(System.Memory <T> memory, System.ReadOnlySpan <int> dimensions, bool reverseStride = false) : base(default(int))
 {
 }
コード例 #3
0
 public static System.Threading.Tasks.ValueTask <int> ReceiveAsync(this System.Net.Sockets.Socket socket, System.Memory <byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
コード例 #4
0
 public void SetBuffer(System.Memory <byte> buffer)
 {
     throw null;
 }
コード例 #5
0
 public static System.ArraySegment <byte> GetArray(this System.Memory <byte> memory)
 {
     throw null;
 }
コード例 #6
0
 public void Setup() => _memory = new System.Memory <T>(ValuesGenerator.Array <T>(Size));
コード例 #7
0
ファイル: System.Memory.cs プロジェクト: simonynx/corefx
 public bool TryCopyTo(System.Memory <T> destination)
 {
     throw null;
 }
コード例 #8
0
 public static System.Net.WebSockets.WebSocket CreateFromStream(System.IO.Stream stream, bool isServer, string subProtocol, System.TimeSpan keepAliveInterval, System.Memory <byte> buffer = default(System.Memory <byte>))
 {
     throw null;
 }
コード例 #9
0
ファイル: System.Memory.cs プロジェクト: simonynx/corefx
 public bool Equals(System.Memory <T> other)
 {
     throw null;
 }
コード例 #10
0
ファイル: System.Memory.cs プロジェクト: simonynx/corefx
 public void CopyTo(System.Memory <T> destination)
 {
 }
コード例 #11
0
ファイル: System.Memory.cs プロジェクト: simonynx/corefx
 public static System.ReadOnlyMemory <T> AsReadOnlyMemory <T>(this System.Memory <T> memory)
 {
     throw null;
 }
コード例 #12
0
ファイル: System.Memory.cs プロジェクト: simonynx/corefx
 public static void CopyTo <T>(this T[] array, System.Memory <T> destination)
 {
 }
コード例 #13
0
 public static void CopyTo <T>(this T[] source, System.Memory <T> destination)
 {
 }
コード例 #14
0
 public CompressedSparseTensor(System.Memory <T> values, System.Memory <int> compressedCounts, System.Memory <int> indices, int nonZeroCount, System.ReadOnlySpan <int> dimensions, bool reverseStride = false) : base(default(int))
 {
 }
コード例 #15
0
 public Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketAwaitableEventArgs ReceiveAsync(System.Memory <byte> buffer)
 {
     throw null;
 }
コード例 #16
0
 public override System.Threading.Tasks.ValueTask <int> ReadAsync(System.Memory <byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
コード例 #17
0
 public Message(string id, System.Memory <byte> payload)
 {
 }