Home
last modified time | relevance | path

Searched defs:TryReadUInt16LittleEndian (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/src/System/Buffers/Binary/
H A DReaderLittleEndian.cs149 public static bool TryReadUInt16LittleEndian(ReadOnlySpan<byte> buffer, out ushort value) in TryReadUInt16LittleEndian() method in System.Buffers.Binary.BinaryPrimitives
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/ref/
H A DSystem.Memory.cs300 …public static bool TryReadUInt16LittleEndian(System.ReadOnlySpan<byte> buffer, out ushort value) {… in TryReadUInt16LittleEndian() method in System.Buffers.Binary.BinaryPrimitives